mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
parent
186d2863d3
commit
08402e54bf
5 changed files with 32 additions and 4 deletions
|
@ -9,9 +9,11 @@
|
|||
SelectItem,
|
||||
Button,
|
||||
} from "../types";
|
||||
|
||||
let ref: HTMLFormElement;
|
||||
</script>
|
||||
|
||||
<Form on:submit>
|
||||
<Form on:submit bind:ref>
|
||||
<FormGroup legendText="Checkboxes">
|
||||
<Checkbox id="checkbox-0" labelText="Checkbox Label" checked />
|
||||
<Checkbox id="checkbox-1" labelText="Checkbox Label" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue