MCPcopy Create free account
hub / github.com/mantinedev/ui.mantine.dev / ImageCheckboxProps

Interface ImageCheckboxProps

lib/ImageCheckboxes/ImageCheckboxes.tsx:6–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import classes from './ImageCheckboxes.module.css';
5
6interface ImageCheckboxProps {
7 checked?: boolean;
8 defaultChecked?: boolean;
9 onChange?: (checked: boolean) => void;
10 title: string;
11 description: string;
12 image: string;
13}
14
15export function ImageCheckbox({
16 checked,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected