zhengyiming
2025-05-29 b8aa16ee1bd825e9798b9c749a1b8877844882fb
1
2
3
4
export type ChooseCheckBoxOptionItem = {
  text: string;
  value: string | number;
};