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 308d85a commit 6186a82Copy full SHA for 6186a82
apps/website/src/routes/docs/styled/checkbox/examples/data-binding.tsx
@@ -6,6 +6,7 @@ export default component$(() => {
6
return (
7
<div>
8
<div class="flex items-center space-x-2">
9
+ {/* @ts-expect-error https://github.com/QwikDev/qwik/pull/6398 */}
10
<Checkbox id="terms" bind:checked={checkedSig} />
11
12
<Label for="terms">Accept terms and conditions</Label>
0 commit comments