Add support for multiple required checkboxes where each checkbox must be checked independently.
Right now, checking the first checkbox satisfies the requirement and overrides the need to check the other required checkboxes. This happens even when the other checkboxes are marked as required.
Each required checkbox should be validated on its own, so users must actively check all required permissions before submitting the form.