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.
- Properties
- Markup
- JSON
- jcr:title: Radio Button
- description: <p>This is a long description.</p>
- tooltip: <p>This is a short description.</p>
- enum: 0,1
- enumNames: Item 1, Item 2
- sling:resourceType: forms-components-examples/components/form/radiobutton
- fieldType: radio-group
- tooltipVisible: true