diff --git a/src/client/Elements/Checkbox.jsx b/src/client/Elements/Checkbox.jsx index 3219779..8002cc7 100644 --- a/src/client/Elements/Checkbox.jsx +++ b/src/client/Elements/Checkbox.jsx @@ -2,9 +2,16 @@ import { Checkbox as AntCheckbox, Form } from 'antd'; import { ElementStatus } from 'core/types/statuses'; import React from 'react'; -const Checkbox = ({ value, setCurrentValue, status, ...props }) => { +const Checkbox = ({ + value, + setCurrentValue, + status, + validateStatus, + message, + ...props +}) => { return ( - +