zhengyiming
2025-06-10 e47c70d32e6fa7c9cb16ca19a79338ea36a83e94
1
2
3
4
export type ChooseCheckBoxOptionItem = {
  text: string;
  value: string | number;
};