I want to add an image to the checkbox... That is if it is selected tick mark (I have image) should be shown. else cross image should be shown... Is this possible using CSS or using jQuery? Please provide me link that guide me.
3 Answers
You can do this with CSS and some JS:
http://ryanfait.com/resources/custom-checkboxes-and-radio-buttons/
Comments
You might like to try:
- http://widowmaker.kiev.ua/checkbox/
- http://boedesign.com/blog/2008/06/08/imagetick-for-jquery/
- http://aaronweyenberg.com/90/pretty-checkboxes-with-jquery
First one seems quite useful :)
Third one is pretty (if I can say that about code)