


I have some radio button that I would like the correct one to be checked when a selection in the dropdown is selected.
example
If you select Red from the dropdown menu then the first radiobutton would be selected from the radiobutton group.
Thank you.
Views
Replies
Sign in to like this content
Total Likes
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.
Views
Replies
Sign in to like this content
Total Likes