Changing state of checkboxes using jQuery
I am trying to develop a JQuery script to change the state of a checkbox by setting the disabled attribute to true depending on the state of a different checkbox. I have three checboxes - suspended, option1 and option2 Using…