TLUiDropdownMenuCheckboxItemProps

See source code
Table of contents
interface TLUiDropdownMenuCheckboxItemProps {}

Properties

checked

optional
checked?: boolean;

children

children: ReactNode;

disabled

optional
disabled?: boolean;

title

title: string;

Methods

onSelect

optional

Parameters

NameDescription

e

Event;

Returns

void;

Prev
TLUiDialogTitleProps
Next
TLUiDropdownMenuContentProps