Choice Columns

Five column types for selecting from predefined options.

Single Select

Pick one option from a color-coded list. Options appear as colored chips.

SettingDescription
OptionsList of choices with colors
Create new on the flyAllow adding options while editing

Use for: Status (Active/Inactive), Priority (Low/Med/High), Category, Stage.

Multi Select

Pick multiple options. Each selected option shows as a chip.

SettingDescription
OptionsList of choices with colors
Create newAllow adding options while editing

Use for: Tags, skills, features, categories (when multiple apply).

Structured dropdown with id/label pairs. More data-oriented than Single Select.

SettingDescription
OptionsObjects with id and label fields

Use for: Foreign key references, coded values, API-connected options.

Yes/No

Three-state: Yes, No, or empty. Displays as a toggle or two buttons.

Use for: Boolean flags like active/inactive, approved/rejected, complete/incomplete.

Checkbox

Two-state: checked or unchecked. Displays as a checkbox.

Use for: Simple true/false like "completed", "sent", "verified".

Yes/No vs Checkbox

FeatureYes/NoCheckbox
States3 (Yes, No, empty)2 (checked, unchecked)
DefaultEmpty (unanswered)Unchecked
VisualToggle/buttonsCheckbox
Use whenAnswer is meaningful either wayDefault "no" is fine