You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The label text is currently located before its corresponding checkbox/ radio button element.
Suggested Solution
LabeledField (which renders LabelComponent first then children) is used in many components including Checkbox and RadioButton.
We should look into creating a custom component for checkboxes and radio buttons so the input control is placed before the label text. (It would also make styling custom checkboxes/radio buttons easier)
Feature Description
The label text is currently located before its corresponding checkbox/ radio button element.
Suggested Solution
LabeledField
(which rendersLabelComponent
first thenchildren
) is used in many components includingCheckbox
andRadioButton
.We should look into creating a custom component for checkboxes and radio buttons so the input control is placed before the label text. (It would also make styling custom checkboxes/radio buttons easier)
Alternatives Considered / Existing Workarounds
Additional Context
Level Access Accessibility Checker scan result
Source: https://www.w3.org/TR/WCAG20-TECHS/H44.html
The text was updated successfully, but these errors were encountered: