get_boolText()
Returns the value of the widget as a string.
Example-Getting the bool text -return the value of the widget as a string.
findControl(".CrmBoolean_C007").get_boolText();
set_boolText()
Sets the value of the boolean text.
Example-Setting Bool Text example -Will attempt to set the value of the widget to the provided string.
findControl(".CrmBoolean_C007").set_boolText("false");