How do I make a checkbox toggle from clicking on the text label as well?

前端 未结 8 1951
一生所求
一生所求 2020-12-15 03:38

Checkboxes in HTML forms don\'t have implicit labels with them. Adding an explicit label (some text) next to it doesn\'t toggle the

8条回答
  •  温柔的废话
    2020-12-15 04:12

    Ronnie,

    If you wanted to enclose the label text and checkbox inside a wrapper element, you could do the following:

    
    

提交回复
热议问题