1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-28 14:04:38 +04:00
Files
tabler/pages/_includes/parts/input-radios.html
T
2019-09-25 20:55:11 +02:00

10 lines
415 B
HTML

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