Sets the value of the text check element. This function does nothing if the text check is disabled. See textCheck.enabled
.
Parameters
value — bool, required
If
True
, activates thetextCheck
element. IfFalse
, deactivates thetextCheck
element.
Sets the value of the text check element. This function does nothing if the text check is disabled. See textCheck.enabled
.
value — bool, required
If True
, activates the textCheck
element. If False
, deactivates the textCheck
element.
Notes and Examples