I have such a PS design of check-boxes. Is it possible to get it on screen by styling a default check-box with CSS? Or do I have to create some custom check-boxes with elements that can be styled (div
s, etc)?
Asked
Active
Viewed 42 times
0

Green
- 28,742
- 61
- 158
- 247
-
you can create it with divs, question is will they behave like checkboxes? No, so you need to style checkboxes only – Naeem Shaikh Feb 17 '15 at 14:18
-
@NaeemShaikh, So, can I style default checkboxes to get as they are on the picture? I know, I can style borders and shadows, but can I get the same check-marks with CSS? – Green Feb 17 '15 at 14:22