Greetings,
<div class="form-check"><input class="form-check-input" type="checkbox" value="" id="defaultCheck1"><label class="form-check-label" for="defaultCheck1">Default checkbox</label></div>
Is there a way to disable the click event on the checkbox's label in Bootstrap?
Currently, clicking either the box or the label of the checkbox will change its state by default...
However, I only want the state to change when the box is clicked, not the label.
Thank you for your assistance.