diff --git a/Library/0BDFDB.plugin.js b/Library/0BDFDB.plugin.js index e8b2072689..0fbdbffb50 100644 --- a/Library/0BDFDB.plugin.js +++ b/Library/0BDFDB.plugin.js @@ -6573,13 +6573,14 @@ module.exports = (_ => { settingId: setting, shape: InternalComponents.LibraryComponents.Checkbox.Shapes.ROUND, type: InternalComponents.LibraryComponents.Checkbox.Types.INVERTED, + color: this.props.checkboxColor, value: props[setting], onChange: this.props.onCheckboxChange }) })).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() { this.props.settings = BDFDB.ArrayUtils.is(this.props.settings) ? this.props.settings : [];