CheckBox.SetChecked

CheckBox.SetChecked ( 

string  ObjectName,

boolean Checked = true )

Description

Sets the checked/unchecked state of a checkbox object.

Parameters

ObjectName

(string) The name of the checkbox object.

Checked

(boolean) Whether to make the checkbox object checked or unchecked:

VALUE

DESCRIPTION

true

Checked. (Default)

false

Unchecked.

Returns

Nothing. You can use Application.GetLastError to determine whether this action failed, and why.

See also:  Related Actions