Retrieves a boolean value that indicates whether the user can change the value of the radio button by clicking it or whether the value can only be changed programmatically.
public final boolean getAutoCheck()
Returns true if the user can change the value of the radio button by clicking it; returns false if the value of the control can only be changed programmatically.
See Also setAutoCheck