Check Box Groupv1
A checkbox group in an Adaptive Form is a set of related checkboxes that allow users to select one or more options from a list. Each checkbox is represented by a Data Value (value used to process items of a checkbox group) and Display value (label for each checkbox item that describes its purpose)
Examples
Standard
A simple checkbox with two options.
- Properties
- Markup
- JSON
- jcr:title: Checkbox Group
- description: <p>This is a long description.</p>
- tooltip: <p>This is a short description.</p>
- enum: 0,1
- type: number[]
- enumNames: Item 1, Item 2
- sling:resourceType: forms-components-examples/components/form/checkboxgroup
- fieldType: checkbox-group
- tooltipVisible: true
This is a short description.
This is a long description.