NodeCheckboxRenderProps Type

Deprecated  in 4.16.0. Type is inlined in component props. Use React.ComponentProps type helper instead.

NodeCheckboxRenderProps = Omit<CheckboxProps, "onChange" | "onClick"> & { onChange: (checked: boolean) => void, onClick: (e: React.MouseEvent) => void }

Props for node Checkbox renderer

Defined in

Last Updated: 14 November, 2024