Skip to content

Commit bc9d56c

Browse files
authored
docs(material/checkbox): use the defined color in the template (#21163) (#21167)
1 parent 2f43fd9 commit bc9d56c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components-examples/material/checkbox/checkbox-overview/checkbox-overview-example.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<span class="example-list-section">
88
<mat-checkbox class="example-margin"
99
[checked]="allComplete"
10+
[color]="task.color"
1011
[indeterminate]="someComplete()"
1112
(change)="setAll($event.checked)">
1213
{{task.name}}

0 commit comments

Comments
 (0)