Multi Select
Same as Single Select, but stores an array of selected values (stringArray variable type). Users can select multiple options.
Insert image: A MultiSelect component on the editor canvas with several Option children, two of them highlighted in the active/selected state simultaneously
Each Option child toggles in and out of the selection. The bound variable contains an array of all currently selected optionValue strings.
Active Style
Just like Single Select, each Option enters the Active Style state when selected. Multiple options can be active simultaneously.
Common Pattern
Use Multi Select for “select all that apply” questions:
- Interest selection (e.g., “What topics interest you?”)
- Feature preferences
- Multi-category filtering
Last updated on