diff --git a/src/lib/Checkbox.svelte b/src/lib/Checkbox.svelte
index f26b635..63d1ef4 100644
--- a/src/lib/Checkbox.svelte
+++ b/src/lib/Checkbox.svelte
@@ -1,5 +1,5 @@
@@ -68,13 +69,17 @@
Checkbox
-
console.log('Checkbox value:', value)}
- >
- Agree to terms and conditions
-
+
+ console.log('Checkbox value:', value)}
+ >
+ Agree to terms and conditions
+
+ Checkbox is {checkboxValue}
+
+