@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.
@@ -406,7 +406,7 @@ const CheckboxComponent = /*#__PURE__*/forwardRef$1(({
406
406
  display: "block",
407
407
  textStyle: "text.sm",
408
408
  color: isDisabled ? 'black.medium' : 'black.high'
409
- }, children))), /*#__PURE__*/React__default.createElement(Box, {
409
+ }, children))), (isError || helpText) && /*#__PURE__*/React__default.createElement(Box, {
410
410
  mt: "5px",
411
411
  ml: "24px"
412
412
  }, isError ? /*#__PURE__*/React__default.createElement(Text, {