Class CheckboxInputControl extends BaseControl

This class is a generic control with a checkbox input element

Source : file controls/checkboxInputControl/CheckboxInputControl.js at line 34

Constructor

new CheckboxInputControl ( options )

The constructor

Source : file controls/checkboxInputControl/CheckboxInputControl.js at line 48

Parameters

Name Type Description
options Object

An object with the options ( beforeText, checked, datasetName, afterText )

Public getters and setters

get checked : String

The value in the control

Source : file controls/checkboxInputControl/CheckboxInputControl.js at line 81

set checked

Source : file controls/checkboxInputControl/CheckboxInputControl.js at line 83

Private properties

#valueInput : HTMLElement

The input HTMLElement

Source : file controls/checkboxInputControl/CheckboxInputControl.js at line 41