> 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/window-components/w-radiobutton.md).

# w-radiobutton

Adds supports for \[RadioButtonComponent]

## Implementation  Details

> **Component Selector:** 'wm-radiobutton'

## Class inheritance

RadioButtonComponent extends [BaseControlComponent](/webmap/general/frontend/documentation/powerbuilder-kendo-components/base-components/base-component.md).

## Support

### Properties

| Property         | Get/Set | Notify Changes | Details                                                                                                                                                                                                                |
| ---------------- | ------- | -------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| checked: boolean | Yes/Yes | Yes            | When the value of the Checked property is TRUE, the item or control is selected.                                                                                                                                       |
| text: string     | Yes/Yes | Yes            | The Text property specifies the text displayed. Inherited from BaseControlComponent [see BaseControlComponent](/webmap/general/frontend/documentation/powerbuilder-kendo-components/base-components/base-component.md) |
| name: string     | Yes/Yes | No             | Inherited from BaseControlComponent [see BaseControlComponent](/webmap/general/frontend/documentation/powerbuilder-kendo-components/base-components/base-component.md)                                                 |

### Events

| Event     | Supported | Parameter       | Details                     |
| --------- | --------- | --------------- | --------------------------- |
| getfocus  | Yes       | **$event**: any | Triggers `getfocus` Event.  |
| losefocus | Yes       | **$event**: any | Triggers `losefocus` Event. |
