Skip to content

Commit d39e2ce

Browse files
committed
fix(material/checkbox): add aria-checked
1 parent 21a0c6a commit d39e2ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/material/checkbox/checkbox.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
[attr.aria-label]="ariaLabel || null"
1212
[attr.aria-labelledby]="ariaLabelledby"
1313
[attr.aria-describedby]="ariaDescribedby"
14+
[attr.aria-checked]="indeterminate ? 'mixed' : checked"
1415
[attr.name]="name"
1516
[attr.value]="value"
1617
[checked]="checked"

0 commit comments

Comments
 (0)