diff --git a/packages/core/client/src/schema-component/antd/checkbox/Checkbox.tsx b/packages/core/client/src/schema-component/antd/checkbox/Checkbox.tsx index a182bd9686..ee1f55844e 100644 --- a/packages/core/client/src/schema-component/antd/checkbox/Checkbox.tsx +++ b/packages/core/client/src/schema-component/antd/checkbox/Checkbox.tsx @@ -37,7 +37,7 @@ const ReadPretty: FC = (props) => { if (props.value) { return ; } - return props.showUnchecked ? : null; + return props.showUnchecked ? : ; }; export const Checkbox: ComposedCheckbox = connect(