+ 6
How to create a submit button which is disabled when checkbox is not checked but enables when checkbox is checked?
2 Answers
+ 3
Take a look at this mate:
[Mixed js & jQuery way]
https://stackoverflow.com/questions/18110865/how-to-disable-enable-a-button-with-a-checkbox-if-checked
[jQuery way only]
https://stackoverflow.com/questions/5458531/how-do-i-disable-a-submit-button-when-checkbox-is-uncheck
Hth, cmiiw
+ 4
I would certainly try your method