import { Checkbox } from "@nextui-org/react"; const CustomCheckbox = () => { return ( Buenos Aires Sydney London Tokyo ); }; export default CustomCheckbox;