GitHub
Controlled Checkbox / RadioGroup does not react on click on the `Control` when using `onChange` on `Checkbox.Input` · Issue #291 · kobaltedev/kobalte
Describe the bug When making a controlled checkbox, it works fine with this const [checked, setChecked] = createSignal(false); <Checkbox.Root check...