Added ranking, calc
This commit is contained in:
5
server/templates/checkbox.html
Normal file
5
server/templates/checkbox.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user