PyCWnd.CheckRadioButton
CheckRadioButton(idFirst, idLast, idCheck)
Selects the specified radio button, and clears
all others in the group.
Parameters
idFirst : int
The identifier of the first radio button in the group.idLast : int
The identifier of the last radio button in the group.idCheck : int
The identifier of the radio button to be checked.MFC References
CWnd::CheckRadioButton