Skip to content

Commit

Permalink
fix(@vtmn/svelte): add events on VtmnCheckbox (#1467)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tlahey committed Oct 10, 2023
1 parent ed9aaac commit 74abe1a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
type="checkbox"
{id}
bind:checked
on:click
on:change
{disabled}
{...$$restProps}
/>
Expand Down

0 comments on commit 74abe1a

Please sign in to comment.