- fix deprecated propertiy

This commit is contained in:
Nhan NQ 2020-07-14 16:43:55 +07:00
parent 2743de7e57
commit a143611312

View file

@ -54,7 +54,7 @@
<nb-card-body class="checkbox-radio"> <nb-card-body class="checkbox-radio">
<div class="demo-items"> <div class="demo-items">
<nb-checkbox>Checkbox 1</nb-checkbox> <nb-checkbox>Checkbox 1</nb-checkbox>
<nb-checkbox [value]="true">Checkbox 2</nb-checkbox> <nb-checkbox [checked]="true">Checkbox 2</nb-checkbox>
</div> </div>
<div class="demo-items"> <div class="demo-items">
<nb-radio-group [(value)]="radioGroupValue"> <nb-radio-group [(value)]="radioGroupValue">