Appearance
常见 Checkbox 列表选中状态管理。
import { useSelections } from '@base-web-kits/base-tools-react'; const { selected, isSelected, toggle, selectAll, unSelectAll, noneSelected, allSelected, partiallySelected, setSelected, } = useSelections(['a', 'b', 'c'], ['a']);
ahooks