landmark-serve
Version:
Web Application Framework and Admin GUI / Content Management System built on Express.js and Mongoose
8 lines (7 loc) • 323 B
text/jade
.field.type-boolean
.field-ui(class=field.indent ? 'field-indented' : false)
label(for=field.path).checkbox
input(type='checkbox', name=field.path, id=field.path, value='true', checked=(item[field.path] === 'true' || field.options.default === true))
=' ' + field.label
if field.note
.field-note !{field.note}