inveniosoftware / react-searchkit

React component library for interacting with a REST API.
https://inveniosoftware.github.io/react-searchkit/
MIT License
78 stars 40 forks source link

A11y: SUI checkboxes are not accessible #251

Closed jennur closed 10 months ago

jennur commented 10 months ago

There is a a11y bug with the SUI checkboxes, discovered in the BucketAggregationValues where the SUI Checkbox is used. We need to find a solution to this to be compliant with WCAG.

The issue seems to be how SUI renders the checkbox input: The input is hidden and has a label element next to it, but they are not associated. Screenshot from WAVE check:

jennur commented 10 months ago

Sorry for the noise (too fast), after a double checking, this was not related to the BucketAggregationValues after all.