w-radiobutton
Last updated
Was this helpful?
Last updated
Was this helpful?
Adds supports for [RadioButtonComponent]
Component Selector: 'wm-radiobutton'
RadioButtonComponent extends .
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
Yes/Yes
Yes
name: string
Yes/Yes
No
Event
Supported
Parameter
Details
getfocus
Yes
$event: any
Triggers getfocus
Event.
losefocus
Yes
$event: any
Triggers losefocus
Event.
The Text property specifies the text displayed. Inherited from BaseControlComponent
Inherited from BaseControlComponent