input-toggle-single.html 163 B

1234
  1. <div class="mb-3">
  2. <div class="form-label">Single switch</div>
  3. {% include "ui/form/check.html" switch=true title="I agree with terms and conditions" %}
  4. </div>