src/Elements/Bundle/DemiFrontendBundle/Resources/views/Events/filter/filter-parts/topevents.html.twig line 1

Open in your IDE?
  1. <div class="custom-checkbox form-check form-group">
  2.     <label class="d-block">
  3.         <input class="custom-checkbox__input form-check-input js-filter-form__input" type="checkbox" name="top-events"
  4.                id="top-events" value="1" {{ app.request.get('top-events') ? 'checked' : '' }}data-label="{{ checkboxText }}">
  5.         <span class="custom-checkbox__box icon icon-checkmark"></span>
  6.         <span class="custom-checkbox__text form-check-label">
  7.             {{ checkboxText }}
  8.         </span>
  9.         <div class="form-errors invalid-feedback" data-stylelab-tooltip="atoms-form-errors"></div>
  10.     </label>
  11. </div>