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
Chris Bolson
Chris Bolson12mo ago
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;