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