Variable DropdownMenuCheckboxItemConst
DropdownMenuCheckboxItem: ForwardRefExoticComponent<
Omit<
DropdownMenuCheckboxItemProps & RefAttributes<HTMLDivElement>,
"ref",
> & { checked?: boolean; className?: string } & RefAttributes<
HTMLDivElement,
>,
> = ...
Dropdown Menu components providing accessible dropdown menus and submenus. These components are built on Radix UI primitives and styled with Shadcn UI. See Shadcn UI Documentation: https://ui.shadcn.com/docs/components/dropdown-menu See Radix UI Documentation: https://www.radix-ui.com/primitives/docs/components/dropdown-menu