### What problem does this feature solve? - 目前ViewUI不显示复选框后设置disabled后无禁用样式标识,用户无法区别 https://run.iviewui.com/evJ4Um15 <img width="638" alt="image" src="https://user-images.githubusercontent.com/22902934/176455533-98683e62-751f-454f-b8fb-a47344ed8b3a.png"> 可细分disabled属性禁用复选框或item <img width="377" alt="image" src="https://user-images.githubusercontent.com/22902934/176456053-3485baeb-b31e-4a13-9254-4aafd359a152.png"> https://ant.design/components/tree-cn/ <img width="206" alt="image" src="https://user-images.githubusercontent.com/22902934/176455711-ea202f18-c173-469c-81bb-d730a1bf8cca.png"> https://www.naiveui.com/zh-CN/light/components/tree <img width="200" alt="image" src="https://user-images.githubusercontent.com/22902934/176455794-c06b99f5-dcba-4f57-802b-7932a79f6bb5.png"> ### What does the proposed API look like? 新增checkboxDisabled属性 disabled属性增加禁用样式 <img width="245" alt="image" src="https://user-images.githubusercontent.com/22902934/176458098-0330abb6-b348-4ce2-ad8e-4b3513ba6eca.png"> ```css color: var(--color-disabled); cursor: not-allowed; ``` 参考Ant Design https://ant.design/components/tree-cn/ 参考Naive UI https://www.naiveui.com/zh-CN/light/components/tree <!-- generated by View Design issues. DO NOT REMOVE -->