DemandFlow Support Centre

Field Type: Checkbox Group

ReferenceField Types ReferenceUpdated 29/04/2026
The Checkbox Group field type displays a group of related checkboxes, allowing users to toggle multiple boolean options within a single field.

Overview

The Checkbox Group field type (checkboxGroup) presents a collection of related checkboxes within a single field. Each checkbox in the group can be independently toggled on or off, allowing users to select multiple options from a set of related choices.

Properties

PropertyRequiredDescription
IDYesThe field identifier.
TypeYesMust be set to checkboxGroup
NameYesThe display label for the group.
OptionsYesAn array of checkbox options. Each has an ID and display text.
WidthNoThe percentage width.
HelpNoTooltip text.
VisibilityNoA condition controlling visibility.

Checkbox Group vs. Multi Select vs. Individual Checkboxes

FeatureCheckbox GroupMulti SelectIndividual Checkboxes
DisplayAll options visible at once as checkboxesDropdown, options hidden until clickedSeparate fields scattered across the form
SelectionToggle any combinationSelect from dropdownToggle each independently
Best forSmall, related sets where all options should be visibleLarger option listsUnrelated boolean fields

Use Cases

  • Feature flags — enabling/disabling multiple features for a record
  • Compliance checks — ticking off compliance requirements
  • Notification preferences — selecting which notifications to receive
  • Applicable categories — marking which categories apply to the record

Best Practices

  • Use Checkbox Group for small sets of related options (typically 3 to 8 items)
  • For larger option sets, use Multi Select to save screen space
  • Set the width to at least 50% to give the checkboxes adequate display room
  • Group all related options under a single Checkbox Group rather than creating multiple individual checkbox fields
checkbox groupmultiple checkboxeschecklistfield type

Was this article helpful?

← Back to Knowledge Base