Enhance accessibility for Checkbox with ARIA roles #729
Labels
Type: Enhancement
Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone
I'm submitting a ... (check one with "x")
Current behavior
The Checkbox element is accessible using keyboard and provide focus behavior, but there's no usage of ARIA roles. See https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/checkbox_role
Expected behavior
Add ARIA role to Checkbox's
div
:Also: the Checbkox component (maybe lot of other orimereact components) should accept and render a
aria-labelledby
attribute in case the user provide it.The text was updated successfully, but these errors were encountered: