fix: checkbox is broken on the client side
This commit is contained in:
parent
f81c3d1585
commit
d57715a825
|
@ -10,7 +10,6 @@ import { Input } from '@/components/ui/input';
|
||||||
import { Textarea } from '@/components/ui/textarea';
|
import { Textarea } from '@/components/ui/textarea';
|
||||||
import { ReloadIcon } from '@radix-ui/react-icons';
|
import { ReloadIcon } from '@radix-ui/react-icons';
|
||||||
import { Label } from '@/components/ui/label';
|
import { Label } from '@/components/ui/label';
|
||||||
import { Checkbox } from '@/components/ui/checkbox';
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<Layout>
|
<Layout>
|
||||||
|
@ -134,7 +133,8 @@ import { Checkbox } from '@/components/ui/checkbox';
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex gap-2 my-6 items-center">
|
<div class="flex gap-2 my-6 items-center">
|
||||||
<Checkbox id="kvkk" className="w-6 h-6" /><Label
|
<input type="checkbox" id="kvkk" class="w-6 h-6" required />
|
||||||
|
<Label
|
||||||
htmlFor="kvkk"
|
htmlFor="kvkk"
|
||||||
className="text-lg font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70"
|
className="text-lg font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user