diff --git a/Library/0BDFDB.plugin.js b/Library/0BDFDB.plugin.js index 9bd6e05355..582c74dcfe 100644 --- a/Library/0BDFDB.plugin.js +++ b/Library/0BDFDB.plugin.js @@ -7035,8 +7035,8 @@ module.exports = (_ => { disabled: props.disabled, cardId: props.key, settingId: setting, - shape: InternalComponents.LibraryComponents.Checkbox.Shapes.ROUND, - type: InternalComponents.LibraryComponents.Checkbox.Types.INVERTED, + shape: InternalComponents.LibraryComponents.Checkbox.Shapes && InternalComponents.LibraryComponents.Checkbox.Shapes.ROUND, + type: InternalComponents.LibraryComponents.Checkbox.Types && InternalComponents.LibraryComponents.Checkbox.Types.INVERTED, color: this.props.checkboxColor, getColor: this.props.getCheckboxColor, value: props[setting],