Skip to content

Commit d82b4ae

Browse files
committed
No checkbox check
1 parent 407c165 commit d82b4ae

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/wrappers/components/ui/CheckboxWrapper.svelte

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
9696
import { defaultScreenWidthBreakpoints } from "$lib/config.js";
9797
98-
import Checkbox from "$lib/components/ui/Checkbox.svelte";
98+
// import Checkbox from "$lib/components/ui/Checkbox.svelte";
9999
import Examples from "./checkbox/Examples.svelte";
100100
101101
let { data } = $props();
@@ -410,9 +410,7 @@
410410
-->
411411
{#snippet Component()}
412412
<div class="flex flex-col gap-4">
413-
<div class="px-6 py-14">
414-
<Checkbox {...parametersObject} bind:selectedValues />
415-
</div>
413+
<div class="px-6 py-14"></div>
416414
</div>
417415
{/snippet}
418416
@@ -459,5 +457,5 @@ DONOTTOUCH *
459457
&& Creates a list of examples where the component is used (if any examples exist).
460458
-->
461459
<div id="examples" data-role="examples-section">
462-
<Examples></Examples>
460+
<!-- <Examples></Examples> -->
463461
</div>

0 commit comments

Comments
 (0)