react-magma icon indicating copy to clipboard operation
react-magma copied to clipboard

Accessibility Checkbox: Screen reader doesn't announce list checkboxes as `group`.

Open olehnoskov-cengage opened this issue 1 week ago • 0 comments

Screen reader doesn't announce list checkboxes as group, each checkbox individually when the user navigates through the checkboxes.

Current implementation is that the group label is announced when initially entering the group, but not for every checkbox.

The goal is to reproduce such behavior, which is described here : ARIA-Checkbox

Original request: Link to Slack

olehnoskov-cengage avatar Dec 17 '25 12:12 olehnoskov-cengage