you can use GetROProperty
intIndex = browser("b").Page("p").WebRadioGroup("rb").GetROProperty("selected item index"). This will return 1 or 2, in your case.
But if both the radio buttons are not...