Sets the value of the checkEntry
element. Pass a bool
to activate or deactivate the checkbox, and pass a str
or int
to change the value of the textbox.
Parameters
value — bool|str|int, required
Pass a
bool
to activate or deactivate the checkbox. Pass astr
orint
to activate the checkbox and set the value of the textbox.
Notes and Examples