venom/tpl/admin/jsTemplates/includes/switch.tpl

5 lines
135 B
Smarty
Raw Normal View History

<v-switch data-id="${id}">
<input type="checkbox" required name="${name}">
<label></label>
<span>${desc}</span>
</v-switch>