UNPKG

axe-core

Version:

Accessibility engine for automated Web UI testing

19 lines (18 loc) 449 B
{ "id": "checkboxgroup", "selector": "input[type=checkbox][name]", "tags": [ "cat.forms", "best-practice" ], "metadata": { "description": "Ensures related <input type=\"checkbox\"> elements have a group and that the group designation is consistent", "help": "Checkbox inputs with the same name attribute value must be part of a group" }, "all": [], "any": [ "group-labelledby", "fieldset" ], "none": [] }