1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-27 10:10:27 +04:00
Files
tabler/pages/_includes/parts/input-checkboxes-inline.html
2019-09-25 20:55:11 +02:00

9 lines
375 B
HTML

<div class="mb-3">
<div class="form-label">Inline Checkboxes</div>
<div>
{% include ui/form/check.html inline=true title="Option 1" type="checkbox" %}
{% include ui/form/check.html inline=true title="Option 2" type="checkbox" disabled=true %}
{% include ui/form/check.html inline=true title="Option 3" type="checkbox" checked=true %}
</div>
</div>