Skip to content

Commit d70f4f4

Browse files
tinayuangaokara
authored andcommitted
demo(checkbox): add color example for checkbox (#6336)
1 parent 3b46360 commit d70f4f4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/demo-app/a11y/checkbox/checkbox-a11y.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,10 @@ <h2>Nested checklist</h2>
3333
</div>
3434
</div>
3535
</section>
36+
37+
<section>
38+
<h2>Colored checkboxes</h2>
39+
<md-checkbox color="primary">Primary</md-checkbox>
40+
<md-checkbox color="accent">Accent</md-checkbox>
41+
<md-checkbox color="warn">Warn</md-checkbox>
42+
</section>

0 commit comments

Comments
 (0)