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 2b40824 commit e6462e9Copy full SHA for e6462e9
packages/kit-headless/src/components/checkbox/checkbox.tsx
@@ -34,8 +34,6 @@ export type ChecklistTwoStateCheckboxProps = {
34
} & PropsOf<'div'>;
35
export const CheckboxRoot = component$<MixedStateCheckboxProps>((props) => {
36
// this is done to avoid consumers dealing with two types checkboxes, could go in different files
37
- if (props._useCheckListContext && !props.checklist) {
38
- }
39
if (props.checklist) {
40
return (
41
<MixedStateCheckbox {...props}>
0 commit comments