Enables or disables a textCheck.
Parameters
key — str, required
The name of the check to enable or disable, or a
boolto enable or disable the entire checkGrid at once.val — bool, optional
Trueto enable the textCheck specified inkey,Falseto disable it.Default value: None
Notes and Examples