OverviewExamples
CheckBox.SetEnabled (
string ObjectName,
boolean Enabled = true )
CheckBox.SetEnabled("CheckBox Two", true);
Enables the checkbox object named "CheckBox Two."
CheckBox.SetEnabled("Check4", false);
Disables the checkbox object named "Check4."
See also: Related Actions