@@ -363,6 +393,63 @@ Used for node selection. In the following example, data for each layer is acquir
```
:::
### Can disable checkbox
The checkbox of a node can be set as disabled. In the example, 'disabled' property is declared in defaultProps, and some nodes are set as 'disabled:true'. The corresponding checkbox is disabled and can't be clicked.