Radio

在一组备选项中进行单选
Import
import { Radio } from '@kubed/components;'
Source
View source code
Docs
Edit this page
npm
@kubed/components

基础用法

通过 value 属性设置值,label 属性设置按钮标签。

默认选中

通过 defaultChecked 设置默认选中。

单选组合

控制单选组合