CheckBox.SetText

CheckBox.SetText ( 

string ObjectName,

string Text )

Example 1

CheckBox.SetText("CheckBoxOne", "New CheckBox Text");

Sets the text of the checkbox object named "CheckBoxOne" to "New CheckBox Text."

See also:  Related Actions