MCPcopy Create free account
hub / github.com/ahaoboy/js-engine-benchmark / EngineCheckboxesProps

Interface EngineCheckboxesProps

web/src/EngineCheckboxes.tsx:3–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { Box, Checkbox, FormControlLabel, FormGroup } from "@mui/material";
2
3interface EngineCheckboxesProps {
4 engines: string[];
5 selected: string[];
6 onChange: (engines: string[]) => void;
7}
8
9export function EngineCheckboxes({
10 engines,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected