mirror of
https://github.com/tabler/tabler.git
synced 2025-12-22 01:44:25 +04:00
5 lines
200 B
HTML
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>
|