1
0
mirror of https://github.com/koloml/furbooru-tagging-assistant.git synced 2025-12-24 07:12:57 +00:00

Bind checked values from MenuCheckboxItem to input

This commit is contained in:
2025-01-05 01:17:51 +04:00
parent 15e379c798
commit 6cced5036c

View File

@@ -23,7 +23,7 @@
</script>
<MenuLink {href}>
<input type="checkbox" {name} {value} {checked} on:input on:click|stopPropagation>
<input type="checkbox" {name} {value} bind:checked={checked} on:input on:click|stopPropagation>
<slot></slot>
</MenuLink>