I'm facing problem while i'm giving any styles to input checkbox there is not getting any changes because of user agent styles. and i have tried it using custom class also still not getting any styles.. if having any solution then please share..
Asked
Active
Viewed 50 times
0
-
This has been asked before check this question out: http://stackoverflow.com/questions/4148499/how-to-style-checkbox-using-css – OrderAndChaos Nov 18 '15 at 10:19
1 Answers
0
You can't really style checkboxes directly, most CSS3 workarounds involve using pseudo selectors on labels.
I'd recommend looking into checkbox specific styling, try the following resources:
http://code.stephenmorley.org/html-and-css/styling-checkboxes-and-radio-buttons/

Tim Sheehan
- 3,994
- 1
- 15
- 18