@jiaozhiye/qm-design-react 2.0.0 → 2.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -131,6 +131,7 @@ export type IFormItem = {
131
131
  parser?: (value: string) => string | number;
132
132
  falseValue?: string | number;
133
133
  trueValue?: string | number;
134
+ labelToCheckbox?: boolean;
134
135
  showCount?: boolean;
135
136
  autoSize?: {
136
137
  minRows?: number;