How can I hide a checkbox in html?

前端 未结 6 973
孤街浪徒
孤街浪徒 2020-12-29 04:49

I want to hide a checkbox.
But also want that, when I click on label associated with corresponding checkbox, the checkbox should

6条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2020-12-29 05:34

    Try setting the checkbox's opacity to 0. If you want the checkbox to be out of flow try position:absolute and offset the checkbox by a large number.

    HTML

    
    

提交回复
热议问题