fix(form controls): use correct checkbox attribute

This commit is contained in:
Sergey Andrievskiy 2021-01-19 13:18:11 +03:00
parent f0eda2b40e
commit 4dbb41ba9d

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>Checkbox 2</nb-checkbox>
</div> </div>
<div class="demo-items"> <div class="demo-items">
<nb-radio-group [(value)]="radioGroupValue"> <nb-radio-group [(value)]="radioGroupValue">