mirror of
https://github.com/tabler/tabler.git
synced 2026-07-28 14:04:38 +04:00
10 lines
415 B
HTML
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>
|