Skip to content

Commit

Permalink
Correlate input id with label
Browse files Browse the repository at this point in the history
Co-authored-by: Todd Wright <4177859+t-wright@users.noreply.github.com>
  • Loading branch information
aswasif007 and t-wright committed Jul 4, 2024
1 parent 5dc00c9 commit f25ad0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/system/Form/RadioBoxGroup.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ const ChipOption = ( {
<input
ref={ ref }
type="radio"
id={ forLabel }
disabled={ disabled }
name={ name }
checked={ checked }
Expand Down

0 comments on commit f25ad0f

Please sign in to comment.