diff --git a/components/lib/tree/tree.d.ts b/components/lib/tree/tree.d.ts index 0b57db89e4..328eab06b0 100644 --- a/components/lib/tree/tree.d.ts +++ b/components/lib/tree/tree.d.ts @@ -74,13 +74,9 @@ export interface TreePassThroughOptions { */ togglerIcon?: TreePassThroughType>; /** - * Uses to pass attributes to the checkbox container's DOM element. + * Uses to pass attributes to the node checkbox's DOM element. */ - checkboxContainer?: TreePassThroughType>; - /** - * Uses to pass attributes to the checkbox's DOM element. - */ - checkbox?: TreePassThroughType>; + nodeCheckbox?: TreePassThroughType>; /** * Uses to pass attributes to the checkbox icon's DOM element. */