({ checked, onChange, label, activeColor = "bg-emerald-500", icon }: {
checked: boolean;
onChange: (v: boolean) => void;
label: string;
activeColor?: string;
icon?: React.ReactNode;
})
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected