add properties for dictionary sources
[ccsdk/cds.git] / cds-ui / designer-client / src / app / modules / feature-modules / resource-dictionary / resource-dictionary-creation / dictionary-metadata / dictionary-metadata.component.html
index b60bc32..ea8d312 100644 (file)
@@ -59,7 +59,8 @@
         <label class="label-name">Required</label>
         <div class="label-input">
             <div class="custom-control custom-checkbox">
-                <input type="checkbox" class="custom-control-input" id="customControlValidation1" required>
+                <input type="checkbox" [(ngModel)]="metaDataTab.property.required" [ngModelOptions]="{standalone: true}"
+                    class="custom-control-input" id="customControlValidation1" required>
                 <label class="custom-control-label p-0" for="customControlValidation1">True</label>
             </div>
         </div>