Skip to content

Screen Reader Not Reading Label of Radio Component #2544

Open
@MozesKadar

Description

@MozesKadar

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

  1. Add a Radio component with a label and a value.
  2. Enable a screen reader and navigate to the Radio component.
  3. Observe that the screen reader reads the value instead of the label or accessibilityLabel.

gluestack-ui Version

1.1.48

Platform

  • Expo
  • 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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions