Update 0BDFDB.plugin.js

This commit is contained in:
Mirco Wittrien 2020-12-19 19:08:02 +01:00
parent e92cf67c22
commit 0a23b41028
1 changed files with 2 additions and 2 deletions

View File

@ -6861,7 +6861,7 @@ module.exports = (_ => {
})
]
}),
BDFDB.ReactUtils.createElement("input", {
BDFDB.ReactUtils.createElement("input", BDFDB.ObjectUtils.exclude(Object.assign({}, props, {
id: props.id,
type: "checkbox",
ref: ref,
@ -6882,7 +6882,7 @@ module.exports = (_ => {
},
checked: props.value,
disabled: props.disabled
})
}), "uncheckedColor", "checkedColor", "size"))
]
});
};