We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b46360 commit d70f4f4Copy full SHA for d70f4f4
src/demo-app/a11y/checkbox/checkbox-a11y.html
@@ -33,3 +33,10 @@ <h2>Nested checklist</h2>
33
</div>
34
35
</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