From 346977d1db3cc58be2179b7e4ca447736f01b3d7 Mon Sep 17 00:00:00 2001 From: "svelte-docs-bot[bot]" <196124396+svelte-docs-bot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 16:07:09 +0000 Subject: [PATCH] sync svelte docs --- .../content/docs/svelte/03-template-syntax/12-bind.md | 4 +++- apps/svelte.dev/content/docs/svelte/07-misc/02-testing.md | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/apps/svelte.dev/content/docs/svelte/03-template-syntax/12-bind.md b/apps/svelte.dev/content/docs/svelte/03-template-syntax/12-bind.md index a20abc02a3..f89b7eafae 100644 --- a/apps/svelte.dev/content/docs/svelte/03-template-syntax/12-bind.md +++ b/apps/svelte.dev/content/docs/svelte/03-template-syntax/12-bind.md @@ -96,7 +96,7 @@ Since 5.6.0, if an `` has a `defaultValue` and is part of a form, it will ## `` -Checkbox and radio inputs can be bound with `bind:checked`: +Checkbox inputs can be bound with `bind:checked`: ```svelte