We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed09dae commit c8c94fdCopy full SHA for c8c94fd
packages/kit-headless/src/components/checkbox/checkbox.tsx
@@ -25,7 +25,7 @@ export type TwoStateCheckboxProps = {
25
} & PropsOf<'div'>;
26
27
type TwoStateCheckboxBehaviorProps = {
28
- checkboxSig: Signal<boolean>;
+ 'bind:checked': Signal<boolean>;
29
30
export type ChecklistTwoStateCheckboxProps = {
31
'bind:checked'?: Signal<boolean>;
0 commit comments