Skip to content
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.

Commit

Permalink
feat(Checkbox): add event on:change
Browse files Browse the repository at this point in the history
  • Loading branch information
TheComputerM committed Aug 21, 2020
1 parent 09f0ad4 commit 87e67f0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@
{id}
{disabled}
{value}
on:change={groupUpdate} />
on:change={groupUpdate}
on:change />
<div class="s-checkbox__background">
{#if checked || indeterminate}
<svg
Expand Down

0 comments on commit 87e67f0

Please sign in to comment.