weui-miniprogram
weui-miniprogram copied to clipboard
Checkbox无法修改索引对勾图标颜色,少加了颜色
icon中没有添加color,无法修改对勾图标颜色, properties: { multi: { type: Boolean, value: true }, checked: { type: Boolean, value: false }, value: { type: String, value: '' }, label: { type: String, value: 'label' }, extClass: { type: String, value: '' } }, 建议properties中添加此属性