stnd.buildSTANDARD MANUAL2026-09-20

ContextMenuItemCheckbox

On this page

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

Live example