Appearance
以按钮形式显示单选框。
type SchemaRadioWidgetOptions = { pill?: boolean; // 选项列表 select: (SchemaWidgetSelectItem | string | number)[]; };