A checkable row inside a <ContextMenu>‘s content slot.
Props
| Type | Name | Description |
|---|---|---|
| import(‘svelte’).Snippet | children? |
Item label |
| string | label? |
Label as a string |
| boolean | checked? |
Checked state |
| boolean | disabled? |
Disabled state |
| (checked: boolean) => void | onCheckedChange? |
Change handler |