Radio Buttonv1

A radio button in an Adaptive Form is a type of input element that allows a user to select one option from a group of related options. It is represented by a small circular button that is either filled or empty to indicate whether the option is selected or not. When a user selects one radio button, the others in the group become deselected. Radio buttons are typically used when there are multiple mutually exclusive options and only one can be selected at a time.

Examples

Standard

Simple Radio Button with two options.

This is a short description.

This is a long description.

  1. jcr:title: Radio Button
  2. description: <p>This is a long description.</p>
  3. tooltip: <p>This is a short description.</p>
  4. enum: 0,1
  5. enumNames: Item 1, Item 2
  6. sling:resourceType: forms-components-examples/components/form/radiobutton
  7. fieldType: radio-group
  8. tooltipVisible: true
    
        

    

This is a short description.

This is a long description.