disabled/enable checkboxes based on drop down menu selection

disabled/enable checkboxes based on drop down menu selection

Hello,

My original question was here (thanks for the huge help jakecigar), however instead of having the divs hidden initially, I have decided to change it up and have the checkboxes disabled in the beginning.

Once the person selects a major from the drop down menu, the checkboxes (A,B,C,D,E) become intactive.  This is working fine.  However, once a gender radio button is clicked and then a citizen radio button is clicked, any or all of the checkboxes are supposed to become active/enabled.  Unfortunately this isn't working.

When using a .filter is it not possible to switch from .prop("disabled", true) to .prop("disabled", false) or am I just missing some code?  I know it's probably the latter so if you can point me in the right direction I would be super appreciative!  Thanks and thank you to all who have helped me in the past.



Peter T