dw-checkbox
Last updated
Last updated
Adds supports for [DwCheckboxComponent]
Component Selector: 'wm-dw-checkbox'
DwCheckboxComponent extends ColumnControlComponent.
All events are triggered on DataManagerControlComponent.
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
Event
Supported
Parameter
Details
itemchanged
Yes
$event: any
Triggers itemchanged
Event.
checkboxChanged
Yes
$event: any
Triggers checkboxChanged
Event.