Forum Discussion

Shivani3's avatar
Shivani3
Occasional Contributor
11 months ago
Solved

About checkbox

How to add a checkpoint for a checkbox to check whether it is selected or not?

  • If you have one checkbox ticked, and the other unticked - use the Object Spy tool to look at the property values of you checkboxes. You will then see 'checked' is the property value of ticked/unticked

    Use aqObject.CheckProperty method to check the property value equals true.

     

1 Reply

  • rraghvani's avatar
    rraghvani
    Champion Level 3

    If you have one checkbox ticked, and the other unticked - use the Object Spy tool to look at the property values of you checkboxes. You will then see 'checked' is the property value of ticked/unticked

    Use aqObject.CheckProperty method to check the property value equals true.