I'm trying to see if a radio box is checked. I tried the method that the Squish documentation gave for Qt applications, but it did not apply for Windows applications.
radio = waitForObject(":Options_RadioBox")
if not (radio.checked):
clickButton(radio)
Any help would be greatly appreciated!