@ctlyst.id/internal-ui 2.0.22 → 2.0.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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, {