@zealicsolutions/web-ui 1.0.73 → 1.0.75-beta.1

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.
@@ -514,7 +514,7 @@ export interface CheckboxMoleculeType extends BaseMoleculeType {
514
514
  props: CheckboxProps;
515
515
  };
516
516
  properties: {
517
- text: TextProperties;
517
+ label: TextProperties;
518
518
  requiredErrorText: TextProperties;
519
519
  validationErrorText: TextProperties;
520
520
  required: BooleanProperties;