[improvement] make props less magic (#3775)
This commit is contained in:
@@ -11,8 +11,8 @@ export const CheckboxMixin = ({ parent, bem, role }) => ({
|
||||
props: {
|
||||
name: null,
|
||||
value: null,
|
||||
iconSize: [String, Number],
|
||||
disabled: Boolean,
|
||||
iconSize: [Number, String],
|
||||
checkedColor: String,
|
||||
labelPosition: String,
|
||||
labelDisabled: Boolean,
|
||||
|
||||
Reference in New Issue
Block a user