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 @@ -143,7 +143,7 @@ import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
143143| Property | Type | Description | Default |
144144| -------------------- | -------- | ---------------------------------------------------------------------------------------------------------------------- | ----------- |
145145| ` nodes ` | array | ** Required** . Specifies the tree nodes and their children. | |
146- | ` checkModel ` | string | Specifies which checked nodes should be stored in the ` checked ` array. Accepts ` 'leaf' ` or ` 'all' ` . | ` 'leaf' ` |
146+ | ` checkModel ` | string | Specifies which checked nodes should be stored in the ` checked ` array. Accepts ` 'leaf' ` or ` 'all' ` . | ` 'leaf' ` |
147147| ` checked ` | array | An array of checked node values. | ` [] ` |
148148| ` disabled ` | bool | If true, the component will be disabled and nodes cannot be checked. | ` false ` |
149149| ` expandDisabled ` | bool | If true, the ability to expand nodes will be disabled. | ` false ` |
You can’t perform that action at this time.
0 commit comments