Update site/content/docs/03-template-syntax.md

pull/8540/head
Simon H 3 years ago committed by GitHub
parent 253193107a
commit e1444f8485
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -823,7 +823,7 @@ Inputs that work together can use `bind:group`.
<input type="checkbox" bind:group={fillings} value="Guac (extra)">
```
**Note**: `bind:group` only works if the inputs are in the same Svelte component.
> `bind:group` only works if the inputs are in the same Svelte component.
#### bind:this

Loading…
Cancel
Save