I am having difficulty understanding the logic behind the "required" option for a checkbox. As far as I can tell, the "required" option works only on a specific checkbox, but why would there even be a checkbox, which is meant to offer a choice, if it is required to be checked in order to submit the form?
But I am merely curious about that issue. My real question is: We have 8 checkboxes on our form, and if the user doesn't check at least one checkbox, we will have no idea why they have submitted the form. So, is there a way to force the user to check at least one checkbox?