templates/partials/gdpr/tracker-checkbox-template.html.twig line 1

Open in your IDE?
  1. <div class="tracker-item" id="trackerCheckboxTemplate" style="display: none">
  2.     <label>
  3.         <input type="checkbox" class="mr-2">
  4.         <span class="tracker-label"></span>
  5.     </label>
  6. </div>