import React, { forwardRef } from 'react' import classNames from 'classnames' import { CheckboxInput as BaseCheckboxInput } from 'mireco' import type { CheckboxInputProps } from 'mireco' export type { CheckboxInputProps } export const CheckboxInput = forwardRef((props, ref) => ( ))