Choice fields

Choice inputs let users pick from options you define or load from data.

Pick a component

Components palette filtered for choice fields.Components palette filtered for choice fields.
NeedTypical component
One choice from manySelect / dropdown
One choice from a fewRadio group
Several visible choicesCheckbox group
Several choices in a compact listMultiSelect / TagPicker
Yes/noCheckbox / Switch

The available components depend on how your Designer is set up. Mantine provides MultiSelect and Checkbox group, while React Suite provides TagPicker. The current Material UI set does not include a ready-made field for selecting several options.

Add static options

Main tab where static options are configured.Main tab where static options are configured.
  1. Drag a component for a list of options from Components, such as Select, Radio group, MultiSelect, Checkbox group, or TagPicker.
  2. Select it → Main.
  3. Add options (label and value columns depend on component).
  4. Preview and try selecting one or several options, as applicable.

Dynamic options

When options come from an API, see Load options from external data.

Summary

Match the component type to the number of choices. Configure static options on Main; dynamic lists need developer wiring.

See also