Enables or disables the textCheck
element. This function is aliased by both textCheck.enable()
and textCheck.disable()
.
Parameters
disable — bool, required
If
True
, disables thetextCheck
element. IfFalse
, enables thetextCheck
element.
Enables or disables the textCheck
element. This function is aliased by both textCheck.enable()
and textCheck.disable()
.
disable — bool, required
If True
, disables the textCheck
element. If False
, enables the textCheck
element.
Notes and Examples