import { memo } from 'react'; import CustomCheckbox from './custom-checkbox'; export default memo(CustomCheckbox);