export { Checkbox } from './Checkbox'; /** * This index.tsx file exists so that you can do * * import { Checkbox } from '../controls/Checkbox/'; * * and the required Checkbox.tsx is automatically imported. */