Adds a textCheck
element to the frame.
Parameters
var — str, required
A unique slug-type name for the attached textCheck.
text — str, required
The title of the textCheck to be displayed in the GUI.
defaultValue — bool, required
Whether or not the textCheck should be selected by default.
desc — str, required
A long description to display as a tooltip.
Return Value — textCheck
The newly created textCheck
widget.
Notes and Examples