Question
How to make all the options under "checkboxes" field mandatory
I need to to have multiple checkboxes in a form and all checkboxes should be mandatory so I used a field with field type 'checkboxes" and made it mandatory however the the issue is even if I click check one checkbox it allows the form to be submitted.
Any suggestions?
Note: I dont want to use a different fields for each check box.