From 9024e4002ff4e90b45fef6964f3a4e1ec9404abc Mon Sep 17 00:00:00 2001 From: Manuel Carbajal Date: Mon, 8 Jul 2024 20:03:58 -0600 Subject: [PATCH] docs: add note on checkbox.md about needed input:hidden --- apps/www/src/content/components/checkbox.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/www/src/content/components/checkbox.md b/apps/www/src/content/components/checkbox.md index 81fccf8c7..046ce6f85 100644 --- a/apps/www/src/content/components/checkbox.md +++ b/apps/www/src/content/components/checkbox.md @@ -66,6 +66,8 @@ npm install bits-ui ### Form +**Note:** Checkbox needs an `input:hidden` with needed attributes as shown in examples below. +