Constructor
new State(activeopt, disabledopt, nullable)
Class constructor.
Parameters:
| Name | Type | Attributes | Default | Description | 
|---|---|---|---|---|
| active | boolean | <optional> | true | Flag indicating whether the form element is active (i.e. the form element can be interacted --at least its toggler). | 
| disabled | boolean | <optional> <nullable> | null | Flag indicating whether the form element is disabled (i.e. the input fields or child elements cannot be interacted). | 
- Source:
Members
active :boolean
Indicates whether the form element is active.
Type:
- boolean
- Source:
(nullable) disabled :boolean
Indicates whether the form element is disabled.
Type:
- boolean
- Source: