checkbox_view.handlebars 169 B

123456
  1. <span class="checkbox"
  2. role="checkbox"
  3. aria-checked="{{checked}}"
  4. style="background: {{color}};"></span>
  5. <span class="checkbox-label">{{label}}</span>