mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
* feat(components): [checkbox-group] support options * chore: ts logic * docs: add doc * Update checkbox-group.ts * chore: eslint * refactor: use ts logic * refactor: fix effect lost * test: add test case * refactor: simplify * chore: build error * refactor: use independent getOptionProps * refactor: rename defaultProps * Update checkbox-group.vue * chore: rename optionProps * refactor: add more attr support * chore: update version * chore: changed props * Update checkbox.md