Make checkbox width "thicker"
Is there a way to increase the thickness of a
input type=checkbox
?
https://codepen.io/squidiw/pen/Poxombo
here you can see the border of the checkbox is kinda light but then I want to make it "thicker"1 Reply
This is a bit of a hack and you have to take into consideration accessibility but you could add an outline:
outline:16px solid black;