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