audio-vis/out/tpl/inputs/switch.tpl

5 lines
141 B
Smarty
Raw Normal View History

2020-08-06 23:44:37 +02:00
<switch>
<input id="$name$" name="$name$" type="checkbox" $value$>
<label for="$name$"></label>
<span>$showName$</span>
</switch>