How would I go about using something like this Jquery Slide toggle as a checkbox in a form?
Thanks so much in advance. 🙂
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here you go, this example show the checkbox: http://jsfiddle.net/skimberk1/TUPG7/
And in this example, it’s hidden: http://jsfiddle.net/skimberk1/KNHu7/
The way it works is that it detects if theres a checkbox directly after the toggle, and if there is, it hides it and checks/unchecks it when you slide the toggle.