Skip to content

Commit 4fbbd64

Browse files
committed
feedback for forms
1 parent 261c471 commit 4fbbd64

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/guide/essentials/forms.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
aside: deep
3+
---
4+
15
# Form Input Bindings
26

37
## Basic Usage
@@ -86,7 +90,7 @@ Single checkbox, boolean value:
8690

8791
</div>
8892

89-
We can also bind multiple checkboxes to the same array value:
93+
We can also bind multiple checkboxes to the same array or [Set](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set) value:
9094

9195
<div class="composition-api">
9296

0 commit comments

Comments
 (0)