Check Boxv1
A checkbox in an Adaptive Form allows users to select one of two options. Each checkbox is represented by a Data Value (value used to process items of a checkbox)
Examples
Standard
A simple checkbox.
- Properties
- Markup
- JSON
- jcr:title: Checkbox
- description: <p>This is a long description.</p>
- tooltip: <p>This is a short description.</p>
- uncheckedValue: off
- enum: true,false
- type: string
- checkedValue: on
- sling:resourceType: forms-components-examples/components/form/checkbox
- fieldType: checkbox
- tooltipVisible: true
This is a short description.
This is a long description.