1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-22 01:44:25 +04:00
Files
tabler/pages/_includes/ui/switch.html
2019-04-02 18:13:05 +02:00

5 lines
200 B
HTML

<label class="custom-switch m-0">
<input type="checkbox" value="1" class="custom-switch-input"{% if include.checked %} checked{% endif %}>
<span class="custom-switch-indicator"></span>
</label>