gluon-firmware/package/gluon-web-model/files/lib/gluon/web/view/model/fvalue.html

6 lines
222 B
HTML

<input class="gluon-input-checkbox" 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>