Skip to main content

Radiogroup Role

ARIA role for grouping related radio button options where only one can be selected.

More Related Accessibility Terms

Form Label

Text associated with an input that communicates its purpose. Implement with <label for> or ARIA labelling.

Programmatic Label

Form label associated to inputs via label for/id, aria-label, or aria-labelledby so assistive technologies announce purpose.

Checkbox Role

ARIA role for dual-state controls. Support keyboard activation and clear checked/unchecked indication.

Combobox

Input widget combining text field with popup list. Requires complex ARIA states and keyboard navigation patterns.

Form Role

ARIA landmark role for form regions. Use when form lacks a native form element or needs additional identification.

Option Role

ARIA role for selectable items within listbox, combobox, or similar selection widgets.

This glossary is continuously improved and maintained by WebAbility to advance accessible design and development.Contact us to suggest improvements or report issues.