[Checkbox][RadioGroup][a11y] The label top and start placement should not be used #44107
Labels
accessibility
a11y
breaking change
component: checkbox
This is the name of the generic UI component, not the React module!
Summary
Based on SC 3.3.2 the bottom and end position are the only one that should be allowed. Havin the top or left placement is unintuitive, and we should not give the developers means to use them.
Examples
Check the demo for the label placement: https://mui.com/material-ui/react-checkbox/#label-placement
Motivation
Havin only these two levels will prevent developers to create UIs that will not be complient with the SC3.3.2 guidelines. We could consider this a breaking change in one of the next major releases.
Search keywords: checkbox placement
The text was updated successfully, but these errors were encountered: