DropdownMenuCheckboxItem โ
Source: client/lib/theme/vueda-tailwind/navigation/index.js
Toggleable menu row with reserved indicator space at the leading edge. See also: DropdownMenuItem.root.
Vue component: DropdownMenuCheckboxItem
| Slot | Default classes | Description |
|---|---|---|
| root | 4 classes | Toggleable menu row with reserved indicator space at the leading edge. See also: DropdownMenuItem.root. |
| indicator | pointer-events-none absolute left-2 flex size-3.5 items-center justify-center | Absolute indicator box aligned inside the leading gutter reserved by DropdownMenuCheckboxItem.root. |
root โ
Toggleable menu row with reserved indicator space at the leading edge. See also: DropdownMenuItem.root.
Default classes:
text
focus:bg-accent focus:text-accent-foreground active:bg-accent-active active:text-accent-foreground
relative flex cursor-default items-center gap-2 rounded-sm py-1.5 pr-2 pl-8 text-sm outline-hidden select-none
data-[disabled]:pointer-events-none data-[disabled]:opacity-50
[&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4Source: client/lib/theme/vueda-tailwind/navigation/DropdownMenuCheckboxItem.theme.js:16
indicator โ
Absolute indicator box aligned inside the leading gutter reserved by DropdownMenuCheckboxItem.root.
Default classes:
pointer-events-none absolute left-2 flex size-3.5 items-center justify-center
Source: client/lib/theme/vueda-tailwind/navigation/DropdownMenuCheckboxItem.theme.js:32