// import React from 'react';
import AntCheckbox from '@ant-design/react-native/lib/checkbox';

export const Checkbox = AntCheckbox;
// import type { CheckboxProps } from './type';

// export const Checkbox: React.FC = ({ ...props }) => {
//   return <AntCheckbox {...props} />;
// };
