Here are a couple of methods to try out.Method 1: JavaScriptAdd the following script to the change event of each checkbox.if(this.rawValue == 1){NameOfCheckBoxToUncheck.rawValue = 0;}Method 21. Make sure both checkboxes have the same name2. Set the Data Binding field on the Binding tab of the Object...