mirror of
https://github.com/thejakubruzicka/MNotes.git
synced 2025-07-10 06:24:04 +02:00
13 lines
431 B
HTML
13 lines
431 B
HTML
<div class="figure-wrapper">
|
|
<figure
|
|
style="justify-content: center; align-items: center"
|
|
aria-label="Two checkboxes with labels"
|
|
>
|
|
<label style="display: flex; align-items: center">
|
|
<md-checkbox touch-target="wrapper"></md-checkbox>
|
|
Checkbox one
|
|
</label>
|
|
<md-checkbox id="checkbox-two" touch-target="wrapper"></md-checkbox>
|
|
<label for="checkbox-two">Checkbox two</label>
|
|
</figure>
|
|
</div>
|