FORMS-18211: Accessibility Issues with Checkboxgroup in Adaptive form Core component#1761
Merged
FORMS-18211: Accessibility Issues with Checkboxgroup in Adaptive form Core component#1761
Conversation
Accessibility Violations Found
|
1 similar comment
Accessibility Violations Found
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
400e80a to
ac0a8e9
Compare
fc89e79 to
ff6291f
Compare
cd399bc to
084a72d
Compare
33e4b69 to
4cfb640
Compare
4cfb640 to
ef1c18a
Compare
rismehta
reviewed
Jan 28, 2026
.../jcr_root/apps/core/fd/components/form/checkboxgroup/v2/checkboxgroup/clientlibs/site/js.txt
Show resolved
Hide resolved
rismehta
reviewed
Jan 28, 2026
...rc/main/content/jcr_root/apps/core/fd/components/form/radiobutton/v2/radiobutton/widget.html
Show resolved
Hide resolved
e8ddeaa to
a68d1ca
Compare
added 9 commits
February 2, 2026 21:33
added 9 commits
February 2, 2026 21:33
… versions of checkboxGroup and RadioButton
amit-mnnit
reviewed
Feb 3, 2026
...re/fd/components/form/checkboxgroup/v2/checkboxgroup/clientlibs/site/js/checkboxgroupview.js
Show resolved
Hide resolved
amit-mnnit
reviewed
Feb 3, 2026
...tent/jcr_root/apps/core/fd/components/form/checkboxgroup/v2/checkboxgroup/checkboxgroup.html
Show resolved
Hide resolved
amit-mnnit
reviewed
Feb 3, 2026
...tent/jcr_root/apps/core/fd/components/form/checkboxgroup/v2/checkboxgroup/checkboxgroup.html
Show resolved
Hide resolved
amit-mnnit
reviewed
Feb 3, 2026
...ontent/jcr_root/apps/core/fd/components/form/checkboxgroup/v2/checkboxgroup/checkboxgroup.js
Show resolved
Hide resolved
amit-mnnit
reviewed
Feb 3, 2026
.../main/content/jcr_root/apps/core/fd/components/form/checkboxgroup/v2/checkboxgroup/README.md
Outdated
Show resolved
Hide resolved
amit-mnnit
requested changes
Feb 3, 2026
Contributor
amit-mnnit
left a comment
There was a problem hiding this comment.
Please check comments
a68d1ca to
db06701
Compare
amit-mnnit
approved these changes
Feb 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
The customer, State Of Pennsylvania Office Of Administration, has reported an accessibility issue in AEM Forms. The problem involves checkboxes not being grouped correctly within a
<fieldset>element, with the group label not nested in a<legend>as the first child. This structure is necessary for compliance with accessibility standards, ensuring users with disabilities can navigate and understand form elements accurately.Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: