Reference 〉 Function

checkEntry.set(valuebool|str|int)

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 a str or int to activate the checkbox and set the value of the textbox.

Notes and Examples

  1. Contribute a Note

    Your email address will not be published. Required fields are marked *

    You may use limited HTML for formatting. Please embed blocks of code in <pre><code> </code></pre> tags.