mirror of
https://github.com/tabler/tabler.git
synced 2025-12-24 02:38:15 +04:00
7 lines
287 B
HTML
7 lines
287 B
HTML
<div class="mb-3">
|
|
<div class="form-label">Toggle switches</div>
|
|
{% include "ui/form/check.html" switch=true title="Option 1" checked=true %}
|
|
{% include "ui/form/check.html" switch=true title="Option 2" %}
|
|
{% include "ui/form/check.html" switch=true title="Option 3" %}
|
|
</div>
|