Update 0BDFDB.plugin.js
This commit is contained in:
parent
8f59300474
commit
ba24e87cec
|
@ -6573,13 +6573,14 @@ module.exports = (_ => {
|
||||||
settingId: setting,
|
settingId: setting,
|
||||||
shape: InternalComponents.LibraryComponents.Checkbox.Shapes.ROUND,
|
shape: InternalComponents.LibraryComponents.Checkbox.Shapes.ROUND,
|
||||||
type: InternalComponents.LibraryComponents.Checkbox.Types.INVERTED,
|
type: InternalComponents.LibraryComponents.Checkbox.Types.INVERTED,
|
||||||
|
color: this.props.checkboxColor,
|
||||||
value: props[setting],
|
value: props[setting],
|
||||||
onChange: this.props.onCheckboxChange
|
onChange: this.props.onCheckboxChange
|
||||||
})
|
})
|
||||||
})).flat(10).filter(n => n)
|
})).flat(10).filter(n => n)
|
||||||
})
|
})
|
||||||
]
|
]
|
||||||
}), "title", "data", "settings", "renderLabel", "cardClassName", "cardStyle", "onCheckboxChange", "maxWidth", "fullWidth", "biggestWidth", "pagination"));
|
}), "title", "data", "settings", "renderLabel", "cardClassName", "cardStyle", "checkboxColor", "onCheckboxChange", "maxWidth", "fullWidth", "biggestWidth", "pagination"));
|
||||||
}
|
}
|
||||||
render() {
|
render() {
|
||||||
this.props.settings = BDFDB.ArrayUtils.is(this.props.settings) ? this.props.settings : [];
|
this.props.settings = BDFDB.ArrayUtils.is(this.props.settings) ? this.props.settings : [];
|
||||||
|
|
Loading…
Reference in New Issue