docs(checkbox): fix broken link

This commit is contained in:
Eric Liu 2022-03-13 18:14:17 -07:00
commit 5ba411adbc

View file

@ -31,7 +31,7 @@ The `checked` prop supports two-way binding.
### Reactive example (bind:group)
An alternative to `checked` is binding an array of values using `group`. This API in inspired by Svelte [group inputs]([group](https://svelte.dev/tutorial/group-inputs)).
An alternative to `checked` is binding an array of values using `group`. This API in inspired by Svelte [group inputs](https://svelte.dev/tutorial/group-inputs).
<InlineNotification svx-ignore lowContrast title="Note:" kind="info" hideCloseButton>
<div class="body-short-01">