Avatar

Level 2

Thank you, thank you, thank you!

I just had to add the following script in addition to my previous script on the change event:

if (this.rawValue == "1")

{

CheckBox2.rawValue = null;

CheckBox3.rawValue = null;

}

The link you sent me had other exclusion scripts that will be helpful.