File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ name: Checkbox
33dirname: checkbox
44-----><!-- catalog-only-end -->
55
6+ <catalog-component-header >
7+ <catalog-component-header-title slot =" title " >
8+
69# Checkbox
710
811<!-- *
@@ -30,7 +33,15 @@ to select one or more items from a set. Checkboxes can turn an option on or off.
3033There's one type of checkbox in Material. Use this selection control when the
3134user needs to select one or more options from a list.
3235
33- ![ A list of burger additions represented with checkboxes] ( images/checkbox/hero.png " Checkboxes in a list of items. ")
36+ </catalog-component-header-title >
37+
38+ <img
39+ class="hero"
40+ src="images/checkbox/hero.png"
41+ alt="A list of burger additions represented with checkboxes"
42+ title="Checkboxes in a list of items.">
43+
44+ </catalog-component-header >
3445
3546* [ Design article] ( https://m3.material.io/components/checkbox ) <!-- {.external} -->
3647* API Documentation (* coming soon* )
@@ -41,7 +52,7 @@ user needs to select one or more options from a list.
4152
4253<!--
4354
44- ## Live Demo
55+ ## Interactive Demo
4556
4657{% playgroundexample dirname=dirname %}
4758
You can’t perform that action at this time.
0 commit comments