当点击input框才实现勾选打勾,这样用户体验并不好,此时添加for指向需要打勾的input框id,点击文字也可实现打勾效果。
<input type="checkbox" id="cb1"> <label for="cb1">男</label>
label中的for
原文:https://www.cnblogs.com/ajaXJson/p/15172999.html