I'm experiencing an issue with the Radio component where the screen reader reads the value field instead of the label. When I set the accessibilityLabel property, the screen reader still doesn't read it correctly.
CodeSandbox/Snack link
-
Steps to reproduce
Add a Radio component with a label and a value.
Enable a screen reader and navigate to the Radio component.
Observe that the screen reader reads the value instead of the label or accessibilityLabel.
gluestack-ui Version
1.1.48
Platform
[ ] Expo
[X] React Native CLI
[ ] Next
[ ] Web
[ ] Android
[ ] iOS
Other Platform
No response
Additional Information
Expected Behavior: The screen reader should read the label or, if provided, the accessibilityLabel for the Radio component.
Actual Behavior: The screen reader reads the value field regardless of the presence of label or accessibilityLabel.
Description
I'm experiencing an issue with the Radio component where the screen reader reads the value field instead of the label. When I set the accessibilityLabel property, the screen reader still doesn't read it correctly.
CodeSandbox/Snack link
-
Steps to reproduce
gluestack-ui Version
1.1.48
Platform
Other Platform
No response
Additional Information
Expected Behavior: The screen reader should read the label or, if provided, the accessibilityLabel for the Radio component.
Actual Behavior: The screen reader reads the value field regardless of the presence of label or accessibilityLabel.