File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ All node objects **must** have a unique `value`. This value is serialized into t
96
96
| ` expanded ` | array | An array of expanded node values. | ` [] ` |
97
97
| ` name ` | string | Optional name for the hidden ` <input> ` element. | ` undefined ` |
98
98
| ` nameAsArray ` | bool | If true, the hidden ` <input> ` will encode its values as an array rather than a joined string. | ` false ` |
99
- | ` noCascade ` | bool | If true, the toggling a parent will ** not** cascade its check state to its children. | ` false ` |
99
+ | ` noCascade ` | bool | If true, toggling a parent node will ** not** cascade its check state to its children. | ` false ` |
100
100
| ` optimisticToggle ` | bool | If true, toggling a partially-checked node will select all children. If false, it will deselect. | ` true ` |
101
101
| ` showNodeIcon ` | bool | If true, each node will show a parent or leaf icon. | ` true ` |
102
102
| ` onCheck ` | function | onCheck handler: ` function(checked) {} ` | ` () => {} ` |
You can’t perform that action at this time.
0 commit comments