RadioGroup (单选组)

单选组(v-model + options),支持经典 / 卡片变体。

基础用法

Framework
Basic.vue

卡片变体

订阅方案
Card.vue

颜色

primary
secondary
success
warning
danger
Colors.vue

带描述的选项

带描述的选项
Descriptions.vue

方向

水平排列(horizontal)
垂直排列(vertical,默认)
Orientation.vue

禁用

禁用单个选项
整组禁用
Disabled.vue

属性

属性类型默认值说明
modelValue *T
options *readonly KunRadioOption<T>[]
ariaLabelstring""
classNamestring""
colorKunUIColor"primary"
disabledbooleanfalse
errorstring""
hideIndicatorbooleanfalse
labelstring""
orientationKunRadioOrientation"vertical"
roundedKunUIRoundedundefined
sizeKunUISize"md"
variantKunRadioVariant"classic"