UNPKG

expo-checkbox

Version:

Basic boolean input for Android, iOS and web.

3 lines 261 B
import type { CheckboxProps } from './Checkbox.types'; export default function ExpoCheckbox({ color, disabled, onChange, onValueChange, style, value, ...other }: CheckboxProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ExpoCheckbox.d.ts.map