Radio Button Row
A button with a label used to indicate a single user selection out of a list of options. They are used inside a Radio Button Group component.

Configuration Properties
Component name | To alter the name of the component. The name is reflected in the Layout tree. Defaults to Radio Button Row. |
Direction | Set the direction of label and radio button component using a dropdown menu. Values: row (default) and row-reverse . |
Color | Select the color of the radio button in the selected state. |
Unselected Color | Select the color of the radio button outline in the unselected state. |
Data Configuration
Property | Description |
---|---|
Label | Set the value of the label in the Radio Button Row component. You can also initialize the label value from a data source. |
Value | Initialize the stateful component with a value from a data source. |
Updated almost 2 years ago