dw-radio-button

Adds supports for [DwRadioButtonComponent]

Implementation Details

Component Selector: 'wm-dw-radio-button'

Class inheritance

DwRadioButtonComponent extends ColumnControlComponent.

Support

Properties

Property

Get/Set

Notify Changes

Details

checked: boolean

Yes/No

Yes

Returns the checked value of the model.

values: Array

Yes/No

Yes

Returns a collection with the values received in the model.

Events

Event

Supported

Parameter

Details

clicked

Yes

$event: any

Triggers clicked Event.

Functions

Function

Supported

Details

close

Yes

Close dialog window.

Last updated