fvalue.html 222 B

12345
  1. <input class="gluon-input-checkbox" data-update="click change" type="checkbox" value="1"<%=
  2. attr("id", id) .. attr("name", id) ..
  3. attr("checked", self:cfgvalue() and "checked")
  4. %> />
  5. <label<%= attr("for", id)%>></label>