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

Inherited from ControlComponent see ControlComponent.

name: string

Yes

No

In order to group multiple radio buttons they must be called with the same name. Inherited from ControlComponent see ControlComponent.

enabled: boolean

Yes

No

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 see ControlComponent.

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