We've received reports of a few accessibility (a11y) issues concerning the table component and the select/deselect row functionality. Could we consider adding an aria-label attribute to address these checkbox-related concerns?
Proposed solution
Update the input with an aria-label like:
<input
+ aria-label="Select | deselect row 1"
class="euiCheckbox__input"
type="checkbox" id="0"
data-test-subj="bulk-actions-row-cell"
tabindex="-1"
data-datagrid-interactable="true"
>
We've received reports of a few accessibility (a11y) issues concerning the table component and the select/deselect row functionality. Could we consider adding an aria-label attribute to address these checkbox-related concerns?
Proposed solution
Update the input with an aria-label like: