mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 07:30:12 +01:00
- fix deprecated propertiy
This commit is contained in:
parent
2743de7e57
commit
a143611312
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@
|
|||
<nb-card-body class="checkbox-radio">
|
||||
<div class="demo-items">
|
||||
<nb-checkbox>Checkbox 1</nb-checkbox>
|
||||
<nb-checkbox [value]="true">Checkbox 2</nb-checkbox>
|
||||
<nb-checkbox [checked]="true">Checkbox 2</nb-checkbox>
|
||||
</div>
|
||||
<div class="demo-items">
|
||||
<nb-radio-group [(value)]="radioGroupValue">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue