TLUiMenuCheckboxItemProps
See source codeTable of contents
interface TLUiMenuCheckboxItemProps<
  TranslationKey extends string = string,
  IconType extends string = string,
> {}
Properties
checked
optional
checked?: boolean
disabled
optional
disabled?: boolean
icon
optional
icon?: IconType
id
id: string
kbd
optional
kbd?: string
label
optional
label?:
  | {
      [key: string]: TranslationKey
    }
  | TranslationKey
readonlyOk
optional
readonlyOk?: boolean
title
optional
title?: string
toggle
optional
toggle?: boolean
Methods
onSelect
Parameters
| Name | Description | 
|---|---|
  | 
Returns
Promise<void> | void
Prev
TLUiMainMenuPropsNext
TLUiMenuContextProviderProps