API Reference > ui-components > Tree > NodeCheckboxProps NodeCheckboxProps Interface Deprecated Use ControlledTree instead. Will be removed in iModel.js 3.0. Properties for Checkbox in TreeNode Extends Omit<CheckboxProps, "onClick"> Methods Name Description onClick(node: BeInspireTreeNode<TreeNodeItem>, newState: CheckBoxState): void Inherited properties Name Type Inherited from Description isDisabled undefined | boolean Omit Indicates whether checkbox is disabled state undefined | CheckBoxState Omit State of the checkbox tooltip undefined | string Omit Tooltip to be displayed when mouse is hovered over checkbox Defined in ui/components/src/ui-components/tree/deprecated/component/Node.tsx Line 33 Last Updated: 11 June, 2024