Adds supports for [DwCheckboxComponent]
Component Selector: 'wm-dw-checkbox'
DwCheckboxComponent extends ColumnControlComponent.
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
checkBoxOn: any
Returns the value when the checkBox is on
data: any
Returns the data associated to the checkBox
All events are triggered on DataManagerControlComponent.
Event
Supported
Parameter
itemchanged
$event: any
Triggers itemchanged Event.
checkboxChanged
Triggers checkboxChanged Event.
Last updated 5 years ago
Was this helpful?