1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-24 02:38:15 +04:00
Files
tabler/shared/includes/parts/form/input-toggle-single.html
2025-04-15 23:18:49 +02:00

5 lines
163 B
HTML

<div class="mb-3">
<div class="form-label">Single switch</div>
{% include "ui/form/check.html" switch=true title="I agree with terms and conditions" %}
</div>