aria-practices
aria-practices copied to clipboard
Checkbox Pattern: Revise to support HTML fieldset/legend method of group labeling
The checkbox design pattern says:
If a set of checkboxes is presented as a logical group with a visible label, the checkboxes are included in an element with role group that has the property aria-labelledby set to the ID of the element containing the label.
This does not allow for using HTML fieldset/legend in lieu of an ARIA labeled group. Revise the pattern to accommodate the native HTML approach.