TLUiMenuCheckboxItemProps
interface TLUiMenuCheckboxItemProps<
TranslationKey extends string = string,
IconType extends string = string,
> {}
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