For the complete documentation index, see llms.txt. This page is also available as Markdown.

Single-choice (Choice)

Let users select one value from a fixed list.

Use a Single-choice field when users should pick one value from a fixed list, such as a status, category, or stage.

For the general settings all data fields have in common, see Shared field settings.

Field-specific settings for Single-choice are:

General

  • Default value: preselects one option in new records

Display

  • Options: defines the available choices

    • Color: assigns a color to each choice

    • Icon: assigns an icon to each choice

  • Use the ⋮⋮ handle on the left of each choice to change the order

  • + Add option: creates more options

  • Display as: shows the choices as a Combobox, Radio button, or Tabs

Use Single-choice when users should select exactly one value. If users should be able to select several values, use Multi-choice instead.

Last updated

Was this helpful?