Adds supports for System.Windows.Forms.Labelarrow-up-right
Component Selector: 'wm-checkbox'
CheckBoxComponent extends ControlComponent.
Property
Get/Set
Notify Changes
Details
text: string
Yes
Inherited from ControlComponent see ControlComponent
name: string
No
enabled: boolean
visible: boolean
checked: boolean
The property changes when the CheckedChanged event is triggered.
appearance: Appearance
This property gets the appearance enum value.
Method
Supported
None
Event
Parameter
checkedChanged
$event: any
Trigger Check Event. $event parameter is optional and the $event object vary depending on the type of DOM event.
Last updated 5 years ago
Was this helpful?