Open
Description
What is the problem?
The helper text and tooltip of a CheckboxGroup and RadioButtonGroup are not announced by Chrome/NVDA.
Both are associated with the group via aria-describedby
on the root element.
Chrome's a11y inspector shows that:
- it picks up the helper correctly, but NVDA doesn't announce it.
- it does not pick up the tooltip (the tooltip's ID is not listed in the Described by property in the panel
(The label, associated via aria-labelledby
seems to work fine though.)
Browsers
- Chrome
- Firefox
- Safari
- Safari on iOS
- Edge
Screen Readers
- None
- NVDA
- JAWS
- VoiceOver on MacOS
- VoiceOver on iOS