TldrawUiMenuCheckboxItem
Properties
checked?: boolean
disabled?: boolean
icon?: IconType
id: string
kbd?: string
label?:
  | {
      [key: string]: TranslationKey
    }
  | TranslationKey
onSelect: (source: TLUiEventSource) => Promise<void> | void
readonlyOk?: boolean
title?: string
toggle?: boolean

