Hello Marco,
Basically to check if a certain checkbox or radio-button was checked you can set its object “Recognition Type” property as “OCR (Partial)”, and set its “Text Color” accordingly:
Then you can use the object’s “GetAverageColorName” method to capture its color name (Or instead use the “CompareAverageColorRGB” to get the color’s number), and if the color is different from its original setting it means the object’s status is different (See attached “isitemselected_ZAP Team.zap” script, lines #:11-12).
Hope this helps.
Thanks,
ZAPTEST Team