win32gui.CheckMenuRadioItem
CheckMenuRadioItem(hMenu, idFirst, idLast, idCheck, uFlags)
Checks a specified menu item and makes it a radio item. At the same time, the function clears all other menu items in the associated group and clears the radio-item type flag for those items.
Parameters