import React from 'react';
import {
render,
Checkbox,
Link,
} from '@shopify/checkout-ui-extensions-react';
render('Checkout::Dynamic::Render', () => (
));
export const CheckBoxLinks = () => {
return (
I agree to the{' '}
terms and conditions
{' '}
and{' '}
privacy policy
{' '}
of the store related to pricing, payment,
shipping, returns, and liability set forth
by Ride Sports
);
};