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.

Style Properties

Style properties allow you to customize the look and feel of the component. Combinations of styles applied to components can be saved as Stylesheets to easily reuse styles throughout your app. Styles can also be set dynamically using Variables. To learn more about all the different styling properties and how they work, take a look at Intro to Styling.

Configuration Properties

PropertyDescription
Component nameTo alter the name of the component. The name is reflected in the Layout tree. Defaults to Radio Button.
Unselected IconSelect an icon from the icon picker to display when for the unselected state.
ColorSelect the color of the radio button in the selected state.
Unselected ColorSelect the color of the radio button outline in the unselected state.
SizeSize of the Radio Button component.
Selected IconSelect an icon from the icon picker to display when for the selected state.

Data Configuration

PropertyDescription
ValueInitialize the stateful component with a value from a data source.
DisabledSet the state of the Radio Button to a disabled state.

Conditional Display

You can conditionally display a component based on a given condition. Learn more about conditionally displaying components in the Conditional Display doc.

Triggers

Trigger nameDescription
On PressRuns the Actions when the component is pressed