Skip to content

Commit e650fe4

Browse files
committed
[add] the checked property for a tree item config
1 parent 18b8b10 commit e650fe4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/tree/loading_data.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,10 @@ Each object in the data set contains configuration of a tree item. The structure
104104
<td><b>checkbox</b></td>
105105
<td>(<i>boolean</i>) optional, enables/disables displaying a checkbox for a tree item</td>
106106
</tr>
107+
<tr>
108+
<td><b>checked</b></td>
109+
<td>(<i>boolean</i>) optional, checks/unchecks a checkbox of a tree item, works when the <b>checkbox</b> property is set to <i>true</i></td>
110+
</tr>
107111
<tr>
108112
<td><b>items</b></td>
109113
<td>(<i>array</i>) an array of nested items</td>

0 commit comments

Comments
 (0)