Added ranking, calc

This commit is contained in:
Timon Ostertun
2020-09-26 18:08:34 +02:00
parent 9d1ba271f3
commit 9e30ed5e9c
11 changed files with 897 additions and 4 deletions

View 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>