template(name="checklist")
  style.
    :host {display: block; padding: 20px; background: #900;  margin-bottom: 10px;}
  div(body)
    div(repeat="")
      input(type="checkbox")
      label ${key}
