How to style a checkbox using CSS

前端 未结 30 3593
日久生厌
日久生厌 2020-11-21 04:26

I am trying to style a checkbox using the following:

30条回答
  •  时光取名叫无心
    2020-11-21 05:08

    Since browsers like Edge and Firefox do not support :before :after on checkbox input tags, here is an alternative purely with HTML and CSS. Of course you should edit CSS according to your requirements.

    Make the HTML for checkbox like this:

    Apply this style for the checkbox to change the color label

    
    

提交回复
热议问题