Update 03-template-syntax.md

Clarify documentation around when bind:group does and does not work. See issue https://github.com/sveltejs/svelte/issues/2308
pull/8540/head
abirtley 3 years ago committed by GitHub
parent f064c39d5f
commit 253193107a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -823,6 +823,8 @@ 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:this
```sv

Loading…
Cancel
Save