Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added id to Checkbox component to proper a11y identification #6802

Merged
merged 3 commits into from
Mar 5, 2025

Conversation

Wagner3UB
Copy link
Contributor

Screen readers are not correctly reading the checkbox because the label, although present, is not properly referenced.
While it suggests an htmlFor attribute, the necessary association is missing, causing it to be ignored.
To resolve this issue, an id has been added to the checkbox, ensuring proper identification and correct label functionality for assistive technologies.

V17 PR: #6771

Copy link

netlify bot commented Mar 4, 2025

Deploy Preview for plone-components canceled.

Name Link
🔨 Latest commit 13e98a8
🔍 Latest deploy log https://app.netlify.com/sites/plone-components/deploys/67c7e4bc90c6210008bce8cf

@davisagli davisagli merged commit af291ac into main Mar 5, 2025
75 checks passed
@davisagli davisagli deleted the checkout-widget-identification-v18 branch March 5, 2025 05:55
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.

2 participants