From e3bfa6555cd877930c97b85de90229cd2120dd8b Mon Sep 17 00:00:00 2001 From: halil180 <88166460+halil180@users.noreply.github.com> Date: Mon, 16 Jan 2023 17:33:28 +0100 Subject: [PATCH] Update App.svelte i think checked is a better variable name in this case --- .../06-bindings/03-checkbox-inputs/app-b/App.svelte | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/site/content/tutorial/06-bindings/03-checkbox-inputs/app-b/App.svelte b/site/content/tutorial/06-bindings/03-checkbox-inputs/app-b/App.svelte index 1831da1793..96d9e40b6d 100644 --- a/site/content/tutorial/06-bindings/03-checkbox-inputs/app-b/App.svelte +++ b/site/content/tutorial/06-bindings/03-checkbox-inputs/app-b/App.svelte @@ -1,18 +1,18 @@ -{#if yes} +{#if checked}

Thank you. We will bombard your inbox and sell your personal details.

{:else}

You must opt-in to continue. If you're not paying, you're the product.

{/if} - \ No newline at end of file +