Sets the selected state of the radio button.
public void setChecked( boolean fValue )
fValue
Set to true to select the radio button; set to false to clear it.
If this button is bound and is a member of a group, setting its value can affect other DhRadioButton items in the group.
See Also setSubmitName, getSubmitName, setChecked