Skip to content

Commit

Permalink
fix: Add for attribute to checkboxtext label
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjenni committed Aug 31, 2024
1 parent ab619c1 commit cd2a4db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
[class.checkbox-sm]="componentHeight === ControlHeight.Small"
[class.checkbox-lg]="componentHeight === ControlHeight.Large"
>
<label>
<label for="{{name}}">
<input
id="{{name}}"
name="{{name}}"
Expand Down

0 comments on commit cd2a4db

Please sign in to comment.