For either a list of checkboxes or a checkbox groups, how can I go about limiting the number of choices the user selects?
In my use case, I have 10 choices (checkboxes) and I want to limit the user to a maximum of 3 boxes checked.
This seems like pretty basic functionality, so I'm a little bit surprised that it's not simply an option for a checkbox group.
Any insight would be much appreciated!