You are here:
Checkbox Group Screen Input Component
Let users choose multiple options in a checkbox format.
Required Editions
Configure the Checkbox Group 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. In all screen components except Display Text components, the choice's value is used at runtime. 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. |
| 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 | Only Text choices are supported for this component. |
| 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.
Considerations
When a user clicks the info bubble for a Checkbox Group component, the help text appears in a separate window. For other types of Salesforce-provided components, the help text appears in a popover.

