I'm creating a form that contains multiple checkboxes. The problem that I am facing is: When I use the property "required" in the checkboxes, if the user check just one of them, all of the others will alert " You must select this checkbox".
Is there anyway, that I can make this property "required" check if the user has checked at least one of the checkboxes?
Regards,
Otacon.