# RadioGroup 单选按钮组


### 基本使用
通过配置`options`参数来渲染单选框。

@[demo](./demo/basic.vue)


### 按钮样式
使用`type`设置为`button`。

@[demo](./demo/button.vue)

### Slot自定义
允许`slot`自定义label。

@[demo](./demo/slot.vue)

