Skip to content

Commit 659ebab

Browse files
committed
fix(checkbox): removed debugging from example
1 parent 66f1fcf commit 659ebab

File tree

1 file changed

+1
-5
lines changed
  • apps/website/src/routes/docs/headless/checkbox/examples

1 file changed

+1
-5
lines changed

apps/website/src/routes/docs/headless/checkbox/examples/hero.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,8 @@ export default component$(() => {
77
<Checkbox.Indicator class="flex h-[25px] w-[25px] items-center justify-center bg-slate-600">
88
99
</Checkbox.Indicator>
10+
I have read the README
1011
</Checkbox.Root>
11-
<label for="test">I work</label>
12-
<div>
13-
<div role="checkbox" id="test2" />
14-
<label for="test2">testhere</label>
15-
</div>
1612
</>
1713
);
1814
});

0 commit comments

Comments
 (0)