You are here:
Radio Buttons Screen Input Component
Let users choose from a list of options in a radio button format.
Required Editions
Configure the Radio Buttons Component
| Attribute | Description |
|---|---|
| API Name | The API name of the component. An API name can include underscores and alphanumeric characters without spaces. It must begin with a letter and can’t end with an underscore. It also can’t have two consecutive underscores. |
| Choice | Add at least one choice, record choice set, or picklist choice set to this component. Available only when you add a choice component to the screen component. If you select a dynamic Choice resource such as a collection choice set or record choice set, ensure that each value in the Choice resource is unique. Otherwise, if a user selects a duplicate value, the value is set incorrectly in Salesforce. All multi-select choice components use a text data type, but radio buttons and picklists can also use numbers or Boolean choices. |
| Component Type | Modify a choice component type. If the user can select only one option, these component types become available:
If the user can select multiple options, these component types become available:
|
| Data Type | Controls which choices are available for this component. For example, if you choose Number, you can’t select a Text choice. |
| Decimal Places | Controls the number of digits to the right of the decimal point up to 17 places. If you leave this field blank or set it to zero, only whole numbers appear when your flow runs. Available only when the data type is Number or Currency. |
| Default Value | Pre-selected choice for the component. If the associated screen isn’t executed
or the conditions for component visibility aren’t met, the stored value of the
component is null. |
| Disabled | If set to true, the user can’t modify the value. The default value is false. This attribute accepts a resource with a Boolean value. |
| Label | The text that appears with the screen component that tells the running user how to use it. |
| Let Users Select Multiple Options | Specifies whether the user can choose only one option or multiple options. When you select Yes for Let Users Select Multiple Options, Data Type is automatically set to Text, and non-text Choice resources are cleared from the component configuration. |
| Provide Help | Give your users more context with this screen component. The text you enter is available in an info bubble next to the component. |
| Require | Requires users to select a value before they can move to the next screen. |
Set the Component Visibility
Specify the logic that determines when the flow displays the component.
| Option | Description |
|---|---|
| When to Display Component | Configure when the component is displayed by using conditional logic. You can set the components to:
|
Specify the Behavior of Values on Revisited Screens
Specify what this component does when a user enters a value, navigates to a previous screen, and then returns to the screen with this component.

