RadioButton
Last updated
Was this helpful?
Last updated
Was this helpful?
Adds supports for [System.Windows.Forms.radiobutton]()
Component Selector: 'wm-radiobutton'
Kendo UI Component:
RadioButtonComponent extends .
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.
Method
Supported
Details
None
None
None
Event
Supported
Parameter
Details
checkedChanged
Yes
$event: any
Triggers CheckedChanged
event.
Inherited from ControlComponent .
In order to group multiple radio buttons they must be called with the same name. Inherited from ControlComponent .
This property sets or returns whether a radio button should be disabled, or not. A disabled element is unusable and un-clickable. Inherited from ControlComponent .