mantine
mantine copied to clipboard
Fix switch accessibility
Fixes #5699.
Things to note:
- Due to the implementation of
role="switch"
, some tests needed to be adjusted. - Screen readers no longer read out the
onLabel
andoffLabel
values, however I consider this to be appropriate as thelabel
oraria-label
should be used to provide enough context that these values are not needed. - Screen reader testing was conducted across macOS VoiceOver and Windows NVDA.
- Open to suggestions on types for
bodyElement
andlabelElement
.