diff --git a/src/components/CheckBox/index.tsx b/src/components/CheckBox/index.tsx index 58cc14a..823f197 100644 --- a/src/components/CheckBox/index.tsx +++ b/src/components/CheckBox/index.tsx @@ -49,7 +49,7 @@ const CheckBox = ({ style={[styles.checkbox, checkboxStyle, fillColor]} aria-checked={value} > - {checkboxComponent || ( + {(value && checkboxComponent) || ( {value ? (