Skip to content

Commit

Permalink
fix: add ariaLabel in SelectableBox.Set as part of Paragon WCAG compl…
Browse files Browse the repository at this point in the history
…iance
  • Loading branch information
jsnwesson committed Feb 6, 2024
1 parent 9788e72 commit 797fd31
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ function SendLearnerRecordModal({
className="checkbox-group"
onChange={handleCheckboxChange}
value={selectedPathways}
ariaLabel="pathway selection"
>
{creditPathways.map(pathway => (
<SelectableBox
Expand Down

0 comments on commit 797fd31

Please sign in to comment.