CheckBox
Adds supports for System.Windows.Forms.Label
Implementation Details
Component Selector: 'wm-checkbox'
Class inheritance
CheckBoxComponent extends ControlComponent.
PME Support
Properties
Property
Get/Set
Notify Changes
Details
checked: boolean
Yes
Yes
The property changes when the CheckedChanged event is triggered.
appearance: Appearance
Yes
No
This property gets the appearance enum value.
Methods
Method
Supported
Details
None
None
None
Events
Event
Supported
Parameter
Details
checkedChanged
Yes
$event: any
Trigger Check Event. $event parameter is optional and the $event object vary depending on the type of DOM event.
Last updated