zhengyiming
2025-12-01 d1e279acdba764c902b020bb027a8110112cc586
1
2
3
4
export type ChooseCheckBoxOptionItem = {
  text: string;
  value: string | number;
};