RadioButton
Adds supports for [System.Windows.Forms.radiobutton](https://msdn.microsoft.com/en-us/library/system.windows.forms.radiobutton(v=vs.110).aspx)
Implementation Details:
Component Selector: 'wm-radiobutton'
Kendo UI Component: Kendo Forms RadioButtons
Class inheritance
RadioButtonComponent extends ControlComponent.
PME Support
Properties
Property
Get/Set
Notify Changes
Details
text: string
Yes
Yes
name: string
Yes
No
enabled: boolean
Yes
No
checked: boolean
Yes
Yes
Specifies whether a radio button should be checked or not.
value : any
Yes /No
No
Specifies the value of the radio element.
appearance : string
Yes /No
No
Specifies the appearance of the radio button (Button or Normal).
image: string
Get
No
Returns the image path to show the image in the control.
Methods
Method
Supported
Details
None
None
None
Events
Event
Supported
Parameter
Details
checkedChanged
Yes
$event: any
Triggers CheckedChanged
event.
Last updated