Avatar

Level 10

Hi there,

The syntax to set a selection on a radio button would look like this:

radioButtonList.optRed.setItemState(0, true);

so varying on the dropdown list choice

Hope this helps.