<% if @editing %>
<%= check_box_tag @name, true, @value, class: 'sci-checkbox', data: { type: 'CheckboxInputComponent' } %>
<%= @label %>
<% else %>
<% end %>