@ctlyst.id/internal-ui 2.0.22 → 2.0.23

Sign up to get free protection for your applications and to get access to all the features.
@@ -412,7 +412,7 @@ const CheckboxComponent = /*#__PURE__*/react.forwardRef(({
412
412
  display: "block",
413
413
  textStyle: "text.sm",
414
414
  color: isDisabled ? 'black.medium' : 'black.high'
415
- }, children))), /*#__PURE__*/React__default.createElement(react.Box, {
415
+ }, children))), (isError || helpText) && /*#__PURE__*/React__default.createElement(react.Box, {
416
416
  mt: "5px",
417
417
  ml: "24px"
418
418
  }, isError ? /*#__PURE__*/React__default.createElement(react.Text, {