Answered
If/then statement for dropdown and check box
How do I write a javascript to select or not select a checkbox based on the answer given in a dropdown? So for example
If "yes" is selected in the dropdown, the N/A checkbox is not selected.
If "no" is selected in the dropdown, the N/A checkbox is selected.
