fix checkboxes

This commit is contained in:
Ruben Fiszel
2022-07-26 19:42:11 +02:00
parent 3b31aec36d
commit e85c60ffa3

View File

@@ -9,7 +9,7 @@
| undefined = undefined
export let checked = options?.right.value === value
const id = Date.now().toString(36)
const id = (Math.random() + 1).toString(36).substring(10)
const dispatch = createEventDispatcher()
</script>