Skip to main content

Checkbox Widget

The IQNOX Checkbox is a simple widget that shows a checkbox that can be ticked by a user.

Usage

Properties

PropertyTypeBindingDefaultDescription
CustomClassSTRING<>Enables you to define an html class to the top div of the widget. Multiple classes can be entered, separated by space
TemplateLIST<Template1The widget template to use for this widget
StateBOOLEAN<>FALSEWhen selected, the checkbox will show as selected and output TRUE.
DisabledBOOLEAN<FALSEDisables the checkbox so it can't be clicked to change its state
LabelSTRING(localized)<LabelThe text that is displayed above the input/textarea
TabSequenceINTEGER0Specifies the tab order of an element (when the "tab" button is used for navigating)
TooltipSTRING(localized)<Optional tooltip used to display additional information. Will be set as a title="" in the widget and styling based on browser used.

Services

PropertyTypeBindingDescription
ResetValueSERVICE<Resets the State to its default value

Events

PropertyTypeBindingDescription
ValueChangedEVENT>Triggers an event when the state is changed