mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
7 lines
216 B
Svelte
7 lines
216 B
Svelte
<script lang="ts">
|
|
import { Checkbox } from "carbon-components-svelte";
|
|
</script>
|
|
|
|
<Checkbox data-testid="checkbox-slot">
|
|
<span slot="labelText" data-testid="custom-label">Custom label content</span>
|
|
</Checkbox>
|