// if changes occured, update extra_forms array with freshly checked active customForms
letnewExtraForms=this.extra_forms.map((xForm)=>{// we use 'deactivate' instead of 'activate' because at initialization this property cannot be evaluated ...
constisDeactivated=!isXtraFormActive(this.extra_forms,xForm);// ... if the component is not created to set this property, thus no extra form would appear at all
constisDeactivated=!isXtraFormActive(this.extra_forms,xForm.conditional_field_config);// ... if the component is not created to set this property, thus no extra form would appear at all
// toggle value to null to deactivate other fields conditioned by it