Type Alias DropdownMenuCheckboxItemProps

DropdownMenuCheckboxItemProps: React.ComponentPropsWithoutRef<
    typeof DropdownMenuPrimitive.CheckboxItem,
> & { checked?: boolean; className?: string }

Dropdown Menu components providing accessible dropdown menus and submenus. These components are built on Radix UI primitives and styled with Shadcn UI.