Reference 〉 Function

checkGrid.disabled(keystr, valboolNone)

Enables or disables a textCheck.

Parameters

  • key str, required

    The name of the check to enable or disable, or a bool to enable or disable the entire checkGrid at once.

  • val bool, optional

    True to enable the textCheck specified in key, False to disable it.

    Default value: None

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.

History