CheckBox
Last updated
Was this helpful?
Last updated
Was this helpful?
Adds supports for
Component Selector: 'wm-checkbox'
CheckBoxComponent extends .
Property
Get/Set
Notify Changes
Details
text: string
Yes
Yes
name: string
Yes
No
enabled: boolean
Yes
No
visible: boolean
Yes
No
checked: boolean
Yes
Yes
The property changes when the CheckedChanged event is triggered.
appearance: Appearance
Yes
No
This property gets the appearance enum value.
Method
Supported
Details
None
None
None
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.
Inherited from ControlComponent
Inherited from ControlComponent
Inherited from ControlComponent
Inherited from ControlComponent