Files
RegattenApp/server/templates/checkbox.html
2020-09-26 18:08:34 +02:00

5 lines
176 B
HTML

<div class="fac fac-checkbox fac-blue $$css-class;">
<span></span>
<input id="$$html-id;" type="checkbox" $$checked; />
<label for="$$html-id;">$$placeholder;</label>
</div>