Checkboxes

When it is about Web checkboxes we can do:

Using Get Attribute Activity:

Selector to the checkbox e.g.

<webctrl tag='INPUT' type='checkbox' .... />

and checking for the attribute with the name: checked
Value 1 = checked
Value 0 = unchecked