Checkbox field - multiple options (checkbox group) #9819
bratvanov
started this conversation in
Feature Requests & Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be great if the checkbox field supported an
options
array parameter, similar to radio group and select fields, along with the layout parameter used in radio groups.Without an
options
parameter, the checkbox field remains a boolean field as it currently functions. Ifoptions
are provided, the field would behave like a select field withhasMany
.For UI/UX, checkbox groups are often better than multi-select fields for displaying a few options, as they show all choices upfront without requiring extra clicks. Multi-select fields are more suitable for numerous options.
Currently, a workaround for creating a checkbox "group" requires multiple individual checkbox fields wrapped in a row field for horizontal layouts.
Beta Was this translation helpful? Give feedback.
All reactions