MCPcopy Create free account
hub / github.com/Superflows-AI/superflows / SelectBoxWithDropdownOption

Interface SelectBoxWithDropdownOption

components/dropdown.tsx:6–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import Checkbox from "./checkbox";
5
6export interface SelectBoxWithDropdownOption {
7 id: string | null;
8 name: string;
9 checked: boolean;
10 onChange: (checked: boolean) => void;
11}
12
13export default function SelectBoxOptionDropdownWithCheckboxes(props: {
14 title: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected