We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e296f2f commit cf242e3Copy full SHA for cf242e3
showcases/angular-showcase/src/app/components/form/form.component.html
@@ -128,7 +128,7 @@
128
<db-tag
129
[semantic]="i === 0 ? undefined : 'successful'"
130
[emphasis]="i === 2 ? 'strong' : 'weak'"
131
- ><db-checkbox (onChange)="changeTags(tag)">{{
+ ><db-checkbox (change)="changeTags(tag)">{{
132
getTagName(tag)
133
}}</db-checkbox></db-tag
134
>
@@ -168,7 +168,7 @@
168
<db-checkbox
169
name="checkbox4"
170
label="Checkbox with defaultValue"
171
- [defaultChecked]="true"
+ [checked]="true"
172
></db-checkbox>
173
<p>Select:</p>
174
<db-select
0 commit comments