We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66f1fcf commit 659ebabCopy full SHA for 659ebab
apps/website/src/routes/docs/headless/checkbox/examples/hero.tsx
@@ -7,12 +7,8 @@ export default component$(() => {
7
<Checkbox.Indicator class="flex h-[25px] w-[25px] items-center justify-center bg-slate-600">
8
✅
9
</Checkbox.Indicator>
10
+ I have read the README
11
</Checkbox.Root>
- <label for="test">I work</label>
12
- <div>
13
- <div role="checkbox" id="test2" />
14
- <label for="test2">testhere</label>
15
- </div>
16
</>
17
);
18
});
0 commit comments