Flow Screen Input Component: Checkbox Group from Collection
Populate a checkbox group with values from a text collection variable, and let user choose multiple options.
Required Editions
| Available in: Lightning Experience |
| Available in: Professional, Enterprise, and Unlimited Editions |
For information about adding screen components to your flow screen, see Screen.
Note This screen component requires Lightning runtime.
Configure the Checkbox Group from Collection Component
| Attribute | Description |
|---|---|
| Choice Labels | Add a text collection variable containing choice labels to this component. You can’t reorder choices or select the same choice twice. |
| Choice Values | A collection variable containing API values that correspond to the choice labels for this component. |
| Group Label | User-friendly text that displays above the component. |
| Selected Values | A collection variable containing default choice values. |
Usage
All attributes are available to store in flow variables, but the Selected Values attribute is the most likely attribute to store. The value is assigned when the user navigates to the next screen.
To store the user’s action, map the Selected Values attribute to a collection variable.
Tip By default, screen components that run on Lightning runtime version 58 and prior
have no memory. If a user enters a value, and then does one of the these, the value is lost. a)
Navigates to another screen and returns to the component’s screen. b) Pauses the flow then
resumes it. c) Navigates to the next screen and triggers an input validation error.
Tip Setting the attribute enables a flow to remember the value. The flow stores the
value automatically. If you store values manually, store the attribute’s output value in a
variable.
Did this article solve your issue?
Let us know so we can improve!

