This is how you enter a field control statement for radio groups:
In the example
0/1003:1;1/1003:0
0/1003:1 means that when radio button 0 is selected, checkbox 1003 is also selected (1)
1/1003:0 means that when radio button 1 is selected, checkbox 1003 is cleared (0).
This example shows how one radio group might affect another one:
0/1021:2;1/1021:1
In this example:
0/1021:2 means that when radio button 0 is selected, radio button 2 of radio group 1021 is also selected
1/1021:1 means that when radio button 1 is selected, radio button 1 of radio group 1021 is also selected.
| |||||||||||||||||