<li class="topcoat-list__item check check-pressure">{{ title }}
  <span>
    <label class="topcoat-checkbox haptic">
      <input data-id="1" data-seq="0" data-check="pressure_check" type="checkbox" {{#if this.checks.pressure_check}}checked{{/if}}>
      <div class="topcoat-checkbox__checkmark"></div>
      <span class="topcoat-label on">Présent</span>
      <span class="topcoat-label off">Absent</span>
    </label>
 </span>
</li>
