Radio Button Group

A container to group one or more Radio Buttons or Radio Button Rows. In a Radio Button Group, you can have only one selected value.

Using a Radio Button Group

  • Select the Radio Button Group component and it to the Components tree.
  • Add more than one Radio Button Row component as children to the Radio Button Group.
  • You can modify the value of the Label on a Radio Button Row component. Go to Data tab (third tab) in the Properties Panel and for Label property, add a custom value.

  • To add value to a Radio Button Row, in the Data tab, provide a custom value for the Value property.

  • To provide an Initial Value to the Radio Button Group, select the component and go to the Data tab. On Initial Value, provide a value that matches the value from one of the Radio Button Row.

The Radio Button Group component comes with a Data Source prop that refers to variable holding values to be set to Radio button Group. If you are using it with a REST Service, you will have to pass the Variable reference to the API endpoint.

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 Components tree. Defaults to Radio Button Group.
DirectionSet the direction of radio buttons using a dropdown menu.

Values: horizontal (default) and vertical.

Data Properties

PropertyDescription
Data sourceInitialize the stateful component with a value from a data source.

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 Value ChangeRuns the Actions when the value changes