spark
spark copied to clipboard
[Accessbility] Radio button - accessibility issues
Description
Radio button component has a11y issues.
-
For both UI kit and swift UI, we cannot see any different in the attributes between a checked and an unchecked radio button (when we should see and hear the difference).
-
For UI kit only, radio button is marked as a "static text" when it should be a "button"
Steps to reproduce
For the issue number 1 (no difference between selected and not selected button) :
- Go to Swift UI or Ui kit radio button
- Open the a11y inspector
- Inspect a checked and an uncheck button
- See that there is no difference
For the issue number 2 (radio button marked as a static text) :
- Go to Ui kit radio button
- Open the a11y inspector
- Inspect a radio button button
- See that it's marked as a Static text
Spark Component and Version
last verson
Browser
No response
Operating System
- [ ] macOS
- [ ] Windows
- [ ] Linux
Additional Information
No response