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

text: string

Yes

Yes

Inherited from ControlComponent see ControlComponent

name: string

Yes

No

Inherited from ControlComponent see ControlComponent

enabled: boolean

Yes

No

Inherited from ControlComponent see ControlComponent

visible: boolean

Yes

No

Inherited from ControlComponent see ControlComponent

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