<label class="m_field m_field__checkbox" for="{{ widget.get_field_id(value)|raw }}" >
  <input
  id="{{ widget.get_field_id(value)|raw }}"
  class="{{class}}"
  value="{{ value|raw}}"
  type="checkbox"
  name="{{ widget.get_field_name(label)|raw }}"
   tabIndex="-1"
  {% if value in array %} checked {% endif %}
  />
{{ __( title_text , constant('M_TD')) }}</label>
