TldrawUiMenuActionCheckboxItem
See source codeTable of contents
Properties
type TLUiMenuActionCheckboxItemProps = {
actionId?: string
} & Pick<TLUiMenuCheckboxItemProps, 'checked' | 'disabled' | 'toggle'>
Prev
TldrawUiKbdNext
TldrawUiMenuActionItem