KunUIKunUI
GitHub

RadioGroup (单选组)

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

基础用法

Framework
Basic.vue

属性

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