Accessibility
- The radio buttons are contained in or owned by an element with role
radiogroup
. - Each radio button element has role
radio
. - If a radio button is selected, the
radio
element hasaria-checked
set totrue
. If it is not selected, it hasaria-checked
set tofalse
. - Each
radio
element is labelled by its content, has a visible label referenced byaria-labelledby
, or has a label specified witharia-label
. - The
radiogroup
element has a visible label referenced byaria-labelledby
or has a label specified witharia-label
. - If elements providing additional information about either the radio group or each radio button are present, those elements are referenced by the
radiogroup
element or radio elements with thearia-describedby
property.
Was this page helpful?
Thanks for your feedback!