Increasing the size of checkbox in HTML

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

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

9条回答
  •  伪装坚强ぢ
    2020-12-15 17:56

    Not in an easy cross browser way.

    You would get the most flexibility replacing it with a control that utilises JavaScript and CSS. Use a standard checkbox as a fallback.

    These days, with the :checked pseudo selector, you can make a label element to do it as well.

提交回复
热议问题