Hi,You can write the following code:If
(Scenario_1){checkbox1.rawValue=1;checkbox2.rawValue=0;}else
if(Scenario_2){checkbox1.rawValue=0;checkbox2.rawValue=1;}And if you
have much more checkBoxes then you can put them in different
subform_scenario1checkBoxes, subform_scenario2checkBoxes and according
to the scenarios pick all the nodes of each subform and change the
values.Hope this helps.