Checkbox Group
The Checkbox Group field allows users to select several options from a group of options, one per checkbox.
Last updated
The Checkbox Group field allows users to select several options from a group of options, one per checkbox.
Last updated
The Checkbox Group
field allows you to add a group of checkable boxes, which can be used for selecting multiple options at once.
You can also configure the Max Selectable Options
property if you want your users to only be able to select a certain # of options within a range of possibilities. Once your user has selected the max # of options, the other checkboxes will automatically be disabled.
The Feathery SDK and API reference checkbox groups with type
equal to multiselect
. The submitted value is an array of strings
.