import Checkbox from "../checkbox.spec";

export const CheckboxNormal = (props: any) => <Checkbox {...props}/>;