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.

This is a short description.

This is a long description.

  1. jcr:title: Checkbox
  2. description: <p>This is a long description.</p>
  3. tooltip: <p>This is a short description.</p>
  4. uncheckedValue: off
  5. enum: true,false
  6. type: string
  7. checkedValue: on
  8. sling:resourceType: forms-components-examples/components/form/checkbox
  9. fieldType: checkbox
  10. tooltipVisible: true
    
        

    

This is a short description.

This is a long description.