constructor(components: IFormItemComponents) {
     this.id = components.id;
     this.label = components.label;
     this.formType = components.formType;
     this.currentItem = components.currentItem;