/** * Checkbox * Classification: themed-mui * MUI base: https://mui.com/material-ui/react-checkbox/ */ export { default as Checkbox } from '@mui/material/Checkbox'; export type { CheckboxProps } from '@mui/material/Checkbox';