Clicking on label won’t change the state of input, if it is not in the
<div class="checkbox check-primary ">
<input id="checkbox-1" type="checkbox" value="">
<label for="checkbox-1">Guardar usuario</label>
</div>
Clicking on label won’t change the state of input, if it is not in the
<div class="checkbox check-primary ">
<input id="checkbox-1" type="checkbox" value="">
<label for="checkbox-1">Guardar usuario</label>
</div>
0 Comments