Group
This property assigns a Radio-Button control to a group. In a group, only one Radio-Button control can be selected at a time. When the user selects a Radio-Button control, all the others in the same group are automatically unselected.
 
Example - Define a radio button in one group and make it the selected in the group
screen section.
...
  03 screen-1-rb-2 Radio-Button
     line 20.6
     column 21.7
     size 10.9 cells 
     lines 5.4 cells 
     id 5
     title "Option 2"
     group 1
     group-value 2
     value 2
     .