We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7622a19 commit e3e8c17Copy full SHA for e3e8c17
README.md
@@ -76,4 +76,4 @@ class Widget extends React.Component {
76
| `onExpand` | function | **Required**. onExpand handler: `function(expanded) {}` | |
77
| `name` | string | Optional name for the hidden `<input>` element. | `undefined` |
78
| `nameAsArray` | bool | If true, the hidden `<input>` will encode its values as an array rather than a joined string. | `false` |
79
-| `optimisticToggle` | bool | If true, toggling a partially-checked node will select all children. If false, it will deselect. | `false` |
+| `optimisticToggle` | bool | If true, toggling a partially-checked node will select all children. If false, it will deselect. | `true` |
0 commit comments