The IQNOX Toggle is a simple widget, similar to the checkbox in that it can be set to two different states, useful for mobile screens where toggles are used instead of checkboxes.
Usage
Properties
| Property | Type | Binding | Default | Description |
|---|
| CustomClass | STRING | <> | | Enables you to define an html class to the top div of the widget. Multiple classes can be entered, separated by space |
| Template | LIST | < | Template 1 | The widget template to use for this widget |
| State | BOOLEAN | <> | FALSE | Enables you to define the state of the Toggle widget |
| TabSequence | INTEGER | | 0 | Specifies the tab order of an element (when the "tab" button is used for navigating). |
| Disabled | BOOLEAN | < | FALSE | Disables the toggle on runtime |
Services
| Property | Type | Binding | Description |
|---|
| ResetValue | SERVICE | < | Resets the Value of the widget to default |
Events
| Property | Type | Binding | Description |
|---|
| StateChanged | EVENT | > | Triggers an event when the value of the widget is changed |