You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
It should be possible to preselect several options, because checkbox is meant to be collectively exhaustive, while input type=radio is mutually exclusive.
Each item in the group has to be responsible for its selection in the group: { label: '...', value: '...', selected: true/false },
Describe the bug
Cannot (pre)select more that one option.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should be possible to preselect several options, because checkbox is meant to be collectively exhaustive, while input type=radio is mutually exclusive.
Each item in the group has to be responsible for its selection in the group:
{ label: '...', value: '...', selected: true/false },
The text was updated successfully, but these errors were encountered: