1Cougar
asked on
Custom Checkbox with JQuery
Hello,
I would like to create a custom checkbox and found some examples on the web. I have it set up to be hidden and show only the label which toggles every time it is clicked. However, ideally, I would like to change the text in the label after each click (ie "selected", "not selected" message to user) and I cannot figure out how to achieve this. Here is a link to my code:
http://jsfiddle.net/CjpmP/
Thanks in advance for any ideas!
Cheers,
I would like to create a custom checkbox and found some examples on the web. I have it set up to be hidden and show only the label which toggles every time it is clicked. However, ideally, I would like to change the text in the label after each click (ie "selected", "not selected" message to user) and I cannot figure out how to achieve this. Here is a link to my code:
http://jsfiddle.net/CjpmP/
Thanks in advance for any ideas!
Cheers,
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
http://jsfiddle.net/cougarsy/bGSmR/