Overview | Methods | This Package | All Packages
Sets the selected state of the radio button.
Syntax
public void setChecked( boolean fValue )
Parameters
fValue
Set to true to select the radio button; set to false to clear it.
Remarks
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