Nachrichten

Along with the terms and conditions, there is an important line stating that the user is responsible for the entries filled by him, whether correct or incorrect. THis exactly is checkbox validation.
I have about 40 checkboxes that require individual name attributes. But I need to validate that at least 1 is checked. I'd love to use the data-mincheck="", but that relys on the input name attribute ...