mirror of
https://github.com/thejakubruzicka/MNotes.git
synced 2025-07-10 06:24:04 +02:00
9 lines
No EOL
377 B
HTML
9 lines
No EOL
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> |