import type { Item } from '#src/types/Item' export const PopupCheckboxInput = ({ dataField, label, item, }: { dataField: string label: string item?: Item }) => { return ( ) }