Skip to content

Commit

Permalink
fix(documentation): updated section Custom checkbox value (#6415)
Browse files Browse the repository at this point in the history
* fix(documentation): updated section Custom checkbox value

* fix(documentation): updated Custom checkbox value
  • Loading branch information
SvetlanaMuravlova authored Jan 17, 2022
1 parent 4638938 commit 58a6e00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<pre class="card card-block card-header">{{singleModel}}</pre>
<button type="button" class="btn btn-primary"
[(ngModel)]="singleModel" btnCheckbox
[btnCheckboxTrue]="1" [btnCheckboxFalse]="0">
btnCheckboxTrue="1" btnCheckboxFalse="0">
Single Toggle
</button>

0 comments on commit 58a6e00

Please sign in to comment.