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.

This is a short description.

This is a long description.

  1. jcr:title: Checkbox Group
  2. description: <p>This is a long description.</p>
  3. tooltip: <p>This is a short description.</p>
  4. enum: 0,1
  5. type: number[]
  6. enumNames: Item 1, Item 2
  7. sling:resourceType: forms-components-examples/components/form/checkboxgroup
  8. fieldType: checkbox-group
  9. tooltipVisible: true
    
        

    

This is a short description.

This is a long description.