Interface ICheckboxConfig
Provides properties for AuWidgetCheckbox.
Package: ui-framework
Properties
autoReset
If true, set false as value when step with checkbox displaying twice or more
Declaration
autoReset?: boolean
Property Value
| Type | Description |
|---|---|
| boolean | If |
checkboxIcon
Declaration
checkboxIcon?: string
Property Value
| Type | Description |
|---|---|
| string |
disabled
Declaration
disabled?: boolean
Property Value
| Type | Description |
|---|---|
| boolean |
enabled
If true, displays the checkbox.
Declaration
enabled?: boolean
Property Value
| Type | Description |
|---|---|
| boolean | If |
onChange
A function that is executed after changing a checkbox value.
Declaration
onChange?: Function | Function[]
Property Value
| Type | Description |
|---|---|
| Function | Function[] | A function that is executed after changing a checkbox value. |
prompt
A text message associated with the checkbox.
Declaration
prompt: string
Property Value
| Type | Description |
|---|---|
| string | A text message associated with the checkbox. |
showValueInTitle
Declaration
showValueInTitle?: boolean
Property Value
| Type | Description |
|---|---|
| boolean |
tooltipIcon
Declaration
tooltipIcon?: string
Property Value
| Type | Description |
|---|---|
| string |
value
This value is true if the checkbox is selected.
Declaration
value: boolean
Property Value
| Type | Description |
|---|---|
| boolean | This value is |