Increasing the size of checkbox in HTML

后端 未结 9 1776
一向
一向 2020-12-15 16:55

Is there any way to increase the size of checkbox in HTML?

9条回答
  •  被撕碎了的回忆
    2020-12-15 17:48

    One way to do this is to put the checkbox item inside the div element, change the div element size using px. Now set the height and width of the checkbox item to 100% of the div element.

    
    
    
       

提交回复
热议问题