Skip to content

Commit

Permalink
fix(material/checkbox): add aria-checked
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewseguin committed Oct 20, 2023
1 parent 21a0c6a commit d39e2ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/material/checkbox/checkbox.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
[attr.aria-label]="ariaLabel || null"
[attr.aria-labelledby]="ariaLabelledby"
[attr.aria-describedby]="ariaDescribedby"
[attr.aria-checked]="indeterminate ? 'mixed' : checked"
[attr.name]="name"
[attr.value]="value"
[checked]="checked"
Expand Down

0 comments on commit d39e2ce

Please sign in to comment.