# Radio

> 单选框

## Markup Schema 案例

<dumi-previewer demoPath="guide/radio/markup-schema" />

## JSON Schema 案例

<dumi-previewer demoPath="guide/radio/json-schema" />

## Template 案例

<dumi-previewer demoPath="guide/radio/template" />

## API

参考 [https://element.eleme.io/#/zh-CN/component/radio](https://element.eleme.io/#/zh-CN/component/radio)

### 扩展属性

| 属性名     | 类型                                                                              | 描述     | 默认值  |
| ---------- | --------------------------------------------------------------------------------- | -------- | ------- |
| options    | [RadioProps](https://element.eleme.io/#/zh-CN/component/radio#radio-attributes)[] | 选项     | []      |
| optionType | default/button                                                                    | 样式类型 | default |
