Radio Button
A button is used to indicate a single user selection out of a set of options. They are used inside a Radio Button Group component.

Configuration Properties
Property | Description |
---|---|
Component name | To alter the name of the component. The name is reflected in the Layout tree. Defaults to Radio Button. |
Unselected Icon | Select an icon from the icon picker to display when for the unselected state. |
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. |
Size | Size of the Radio Button component. |
Selected Icon | Select an icon from the icon picker to display when for the selected state. |
Data Configuration
Property | Description |
---|---|
Value | Initialize the stateful component with a value from a data source. |
Disabled | Set the state of the Radio Button to a disabled state. |
Updated about 1 year ago