> For the complete documentation index, see [llms.txt](https://docs.gapvelocity.ai/webmap/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gapvelocity.ai/webmap/general/frontend/documentation/powerbuilder-kendo-components/data-manager-componets/dw-radio-button.md).

# dw-radio-button

Adds supports for \[DwRadioButtonComponent]

## Implementation  Details

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

## Class inheritance

DwRadioButtonComponent extends [ColumnControlComponent](/webmap/general/frontend/documentation/powerbuilder-kendo-components/base-components/column-control.md).

## 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. |
