From 74c7b083e634e616b8ef204b7c88e0c4e420304f Mon Sep 17 00:00:00 2001 From: annampak Date: Wed, 11 Oct 2017 15:48:48 +0300 Subject: [PATCH] Bug -as pages change, checkbox loses its value - fixed --- .../src/app/form/fields/dynamic-form-field.component.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dmp-frontend/src/app/form/fields/dynamic-form-field.component.html b/dmp-frontend/src/app/form/fields/dynamic-form-field.component.html index 1d05e2bbf..13e71922f 100644 --- a/dmp-frontend/src/app/form/fields/dynamic-form-field.component.html +++ b/dmp-frontend/src/app/form/fields/dynamic-form-field.component.html @@ -35,12 +35,13 @@ - + (change)="toggleVisibility($event, field, ckb)" #ckb [required]="field.required" [checked] = "field.value">