type TLUiMenuActionCheckboxItemProps = { actionId?: string } & Pick<TLUiMenuCheckboxItemProps, 'checked' | 'disabled' | 'toggle'>
We use cookies on this website. Learn more in our Cookie Policy.