From ba24e87cec642190be535ede8d6f788d1615be96 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Fri, 25 Dec 2020 16:28:49 +0100 Subject: [PATCH] Update 0BDFDB.plugin.js --- Library/0BDFDB.plugin.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 : [];