Click a div to check / uncheck a checkbox

前端 未结 5 686
执念已碎
执念已碎 2020-12-11 19:13

I applied the following code to make table rows check/uncheck a child checkbox when clicked. Now I discovered that when clicking the checkbox itself inside the row it doesen

5条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-11 19:34

    I have found that you can do this simply by wrapping the div in the label. It doesn't work if the content in the div is what you are trying to change though, but it will check the checkbox.

提交回复
热议问题