I have the following html code. When clicking on the label it toggles the checkbox.
Client Launch Fr 5条回答 耶瑟儿~ (楼主) 2021-01-17 10:31 if you are using JQuery, add an id on your label then add this in your script: $("#lbl").click(function(){ return false; }); 0 讨论(0) 查看其它5个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
if you are using JQuery, add an id on your label then add this in your script:
id
$("#lbl").click(function(){ return false; });