You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/treeview/checkboxes/overview.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ This article is separated into the following segments:
21
21
*[CheckChildren](#checkchildren)
22
22
*[CheckParents](#checkparents)
23
23
*[CheckOnClick](#checkonclick)
24
-
*[Checking and Selecting a single node](#checking-and-selecting-a-single-node)
24
+
*[Checking and Selecting nodes](#checking-and-selecting-nodes)
25
25
26
26
## Basics
27
27
@@ -580,7 +580,7 @@ You can allow the user to click on the node itself and the TreeView will automat
580
580
}
581
581
````
582
582
583
-
### Checking and Selecting a single node
583
+
### Checking and Selecting nodes
584
584
585
585
You can combine both selection and checking nodes. To keep both collections in sync you can assign the same collection to both `SelectedItems` and `CheckedItems` as demonstrated in the example below.
0 commit comments