Skip to content

Commit 67e6a0a

Browse files
codef0rmerzmmalerba
authored andcommitted
docs(material/checkbox): use the defined color in the template (#21163) (#21167)
(cherry picked from commit bc9d56c)
1 parent b20cf04 commit 67e6a0a

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)