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.
2 parents e3e47d8 + aa8d41b commit 977d6d1Copy full SHA for 977d6d1
apps/website/src/routes/docs/styled/checkbox/examples/data-binding.tsx
@@ -6,7 +6,6 @@ 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