diff --git a/src/Checkbox/InlineCheckbox.svelte b/src/Checkbox/InlineCheckbox.svelte index 834abef0..5cdcc3b2 100644 --- a/src/Checkbox/InlineCheckbox.svelte +++ b/src/Checkbox/InlineCheckbox.svelte @@ -24,7 +24,7 @@ type="checkbox" class:bx--checkbox="{true}" checked="{indeterminate ? false : checked}" - indeterminate="{indeterminate}" + bind:indeterminate id="{id}" {...$$restProps} aria-checked="{indeterminate ? undefined : checked}"