diff --git a/assets/js/blocks/checkout/inner-blocks/checkout-contact-information-block/block.tsx b/assets/js/blocks/checkout/inner-blocks/checkout-contact-information-block/block.tsx index 68a0e3fa803..a899f400ec9 100644 --- a/assets/js/blocks/checkout/inner-blocks/checkout-contact-information-block/block.tsx +++ b/assets/js/blocks/checkout/inner-blocks/checkout-contact-information-block/block.tsx @@ -8,10 +8,10 @@ import { noticeContexts, } from '@woocommerce/base-context'; import { getSetting } from '@woocommerce/settings'; -import { CheckboxControl } from '@woocommerce/blocks-checkout'; import { StoreNoticesContainer, ValidatedTextInput, + CheckboxControl, } from '@woocommerce/blocks-components'; import { useDispatch, useSelect } from '@wordpress/data'; import { CHECKOUT_STORE_KEY } from '@woocommerce/block-data'; diff --git a/assets/js/blocks/checkout/inner-blocks/checkout-shipping-address-block/block.tsx b/assets/js/blocks/checkout/inner-blocks/checkout-shipping-address-block/block.tsx index 29bf5e455d0..94be890ebf3 100644 --- a/assets/js/blocks/checkout/inner-blocks/checkout-shipping-address-block/block.tsx +++ b/assets/js/blocks/checkout/inner-blocks/checkout-shipping-address-block/block.tsx @@ -9,8 +9,10 @@ import { useEditorContext, noticeContexts, } from '@woocommerce/base-context'; -import { CheckboxControl } from '@woocommerce/blocks-checkout'; -import { StoreNoticesContainer } from '@woocommerce/blocks-components'; +import { + StoreNoticesContainer, + CheckboxControl, +} from '@woocommerce/blocks-components'; import Noninteractive from '@woocommerce/base-components/noninteractive'; import type { BillingAddress, diff --git a/packages/checkout/components/checkbox-control/index.tsx b/packages/checkout/components/checkbox-control/index.tsx index b62cfd10777..6379c1bad12 100644 --- a/packages/checkout/components/checkbox-control/index.tsx +++ b/packages/checkout/components/checkbox-control/index.tsx @@ -1 +1 @@ -export { CheckboxControl } from '../../../components/checkbox-control'; +export { CheckboxControl } from '@woocommerce/blocks-components';