Forked from
ffbs / ffbs-gluon
1642 commits behind the upstream repository.
-
Matthias Schiffer authoredMatthias Schiffer authored
fvalue.html 193 B
<input data-update="click change" type="checkbox" value="1"<%=
attr("id", id) .. attr("name", id) ..
attr("checked", self:cfgvalue() and "checked")
%> />
<label<%= attr("for", id)%>></label>