import type { AllergyView } from "@batch-cooking/shared"; import { useTranslation } from "react-i18next"; import { CheckboxOption } from "../../components/ui/Checkbox"; import "./profile-forms.scss"; interface AllergySelectProps { legend: string; allergies: AllergyView[]; value: number[]; onChange: (allergyIds: number[]) => void; } /** * Multi-select (checkbox grid, not a native `