You've already forked AstralRinth
forked from didirus/AstralRinth
Fix oled theme, docs, component bugs
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
>
|
||||
{@const option = options[index]}
|
||||
<Checkbox
|
||||
checked={value.includes(option.value)}
|
||||
checked={value && value.includes(option.value)}
|
||||
on:change={(e) => handleChange(e, option.value)}
|
||||
>
|
||||
{#if option.icon && typeof option.icon === 'string'}
|
||||
|
||||
Reference in New Issue
Block a user