Skip to content

Conversation

seongminn
Copy link

Description

When the disabled prop is passed to RadioGroup.Root, it currently only adds the data-disabled attribute.

While this disabled state is indeed propagated to all RadioGroup.Item components, screen reader users must individually check each RadioGroup.Item to understand that the entire RadioGroup is disabled.

To enhance accessibility and provide a clearer experience for screen reader users, I have added aria-disabled to RadioGroup.Root. This allows screen reader users to immediately perceive the overall disabled state of the RadioGroup at a glance, without needing to navigate through each individual item.

Copy link

changeset-bot bot commented Jul 16, 2025

🦋 Changeset detected

Latest commit: 43fc762

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@radix-ui/react-radio-group Patch
radix-ui Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant