Adds supports for [RadioButtonComponent]
Component Selector: 'wm-radiobutton'
RadioButtonComponent extends BaseControlComponent.
Property
Get/Set
Notify Changes
Details
checked: boolean
Yes/Yes
Yes
When the value of the Checked property is TRUE, the item or control is selected.
text: string
The Text property specifies the text displayed. Inherited from BaseControlComponent see BaseControlComponent
name: string
No
Inherited from BaseControlComponent see BaseControlComponent
Event
Supported
Parameter
getfocus
$event: any
Triggers getfocus Event.
losefocus
Triggers losefocus Event.
Last updated 5 years ago
Was this helpful?