Whenever I search on "customize", "checkboxes" and "radios", examples appear using background:url(image.png)
.
Is there a way to customize a "checkbox" only with "CSS" without using background:url
?
Whenever I search on "customize", "checkboxes" and "radios", examples appear using background:url(image.png)
.
Is there a way to customize a "checkbox" only with "CSS" without using background:url
?
You can try to use -webkit-appearance: none;
to reset the default style and customize the radio and other input elements, as well explained in that article .