fix(checkbox): bind indeterminate for Svelte 5 compatibility (#2044)

Fixes #2039
This commit is contained in:
Eric Liu 2024-11-10 11:50:20 -08:00 committed by GitHub
commit 9d5e7e31ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -97,7 +97,7 @@
checked="{checked}"
disabled="{disabled}"
id="{id}"
indeterminate="{indeterminate}"
bind:indeterminate
name="{name}"
required="{required}"
readonly="{readonly}"