CheckBox.SetEnabled

CheckBox.SetEnabled ( 

string  ObjectName,

boolean Enabled = true )

Example 1

CheckBox.SetEnabled("CheckBox Two", true);

Enables the checkbox object named "CheckBox Two."

Example 2

CheckBox.SetEnabled("Check4", false);

Disables the checkbox object named "Check4."

See also:  Related Actions