Skip to content

RadioButton

以按钮形式显示单选框。

参数

ts
type SchemaRadioWidgetOptions = {
    pill?: boolean;
    // 选项列表
    select: (SchemaWidgetSelectItem | string | number)[];
};

示例

loading