Module: explorer/widgets/controlgroups/BooleanControlGroup

explorer/widgets/controlgroups/BooleanControlGroup

A ControlGroup for the boolean option of the PreferencesDialog.
Source:

Extends

Methods

getValue() → {Boolean}

Gets the state of the BooleanControlGroup checkbox.
Source:
Returns:
Whether or not the checkbox is checked.
Type
Boolean

postCreate()

Called right before widget is added to the dom. See link for more information.
Source:
See:

setValue(checked)

Sets the state of the BooleanControlGroup checkbox.
Parameters:
Name Type Description
checked Boolean Whether or not the checkbox should be checked.
Source: