mirror of
https://github.com/material-components/material-web.git
synced 2024-11-13 10:25:18 +03:00
89f03273b4
PiperOrigin-RevId: 557601532
9 lines
377 B
HTML
9 lines
377 B
HTML
<div class="figure-wrapper">
|
|
<figure
|
|
style="justify-content:center;"
|
|
aria-label="Three checkboxes in a row that are unselected, selected, and indeterminate">
|
|
<md-checkbox touch-target="wrapper"></md-checkbox>
|
|
<md-checkbox touch-target="wrapper" checked></md-checkbox>
|
|
<md-checkbox touch-target="wrapper" indeterminate></md-checkbox>
|
|
</figure>
|
|
</div> |