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 properties to Use global data.3. Set the On
Value to be unique for each of the checkboxes ie. On Value = Yes for the
yes checkbox and On Value = No for the no checkbox.The nice thing about
setting up...