How to get check boxes to be change (or become visible or active) based on a previous selection in a modal window?
In the following script, I would like to do the following:Based on the selection of TestTech, I want the appropriate TestStage check box list to appear (appear is preferred, if not become active if all options need to be visible). So,if Tech1 is selected, all TestSages with _Tech1 should be available to the user for selectionif Tech2 is selected, all TestSages with _Tech2 should be available to th...