dw-checkbox
Adds supports for [DwCheckboxComponent]
Implementation Details
Component Selector: 'wm-dw-checkbox'
Class inheritance
DwCheckboxComponent extends ColumnControlComponent.
Support
Properties
Property
Get/Set
Notify Changes
Details
checked: boolean
Yes/No
Yes
When the value of the Checked property is TRUE, the item or control is selected.
checkBoxOff: any
Yes/No
Yes
When the value of the Checked property is TRUE, the item or control is selected.
checkBoxOn: any
Yes/No
Yes
Returns the value when the checkBox is on
data: any
Yes/No
Yes
Returns the data associated to the checkBox
Events
All events are triggered on DataManagerControlComponent.
Event
Supported
Parameter
Details
itemchanged
Yes
$event: any
Triggers itemchanged
Event.
checkboxChanged
Yes
$event: any
Triggers checkboxChanged
Event.
Last updated