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 b7fe0e1 commit dae8e4bCopy full SHA for dae8e4b
content/tutorial/01-svelte/06-bindings/03-checkbox-inputs/README.md
@@ -6,5 +6,5 @@ Checkboxes are used for toggling between states. Instead of binding to `input.va
6
7
```svelte
8
/// file: App.svelte
9
-<input type=checkbox +++bind:+++checked={yes}>
+<input type="checkbox" +++bind:+++checked={yes}>
10
```
0 commit comments