zuramai / mazer

Free and Open-source Bootstrap 5 Admin Dashboard Template and Landing Page
http://zuramai.github.io/mazer
MIT License
2.71k stars 763 forks source link

checkbox readonly doesn't work #251

Closed rizkytegar closed 1 year ago

rizkytegar commented 1 year ago

hello, readonly doesn't work, it's still clickable

<li class="d-inline-block me-2 mb-1">
  <div class="form-check">
      <div class="checkbox">
          <input type="checkbox" id="checkbox1" class="form-check-input" checked readonly>
          <label for="checkbox1">Touch me!</label>
      </div>
  </div>
</li>

source: https://zuramai.github.io/mazer/demo/form-element-checkbox.html