UNPKG

react-native-advanced-checkbox

Version:

A customizable, animated checkbox component for React Native with group support, haptic feedback, and accessibility features, compatible with React Native 0.72.0 and above.

5 lines (4 loc) 163 B
import React from 'react'; import { CheckboxGroupProps } from '../types'; declare const CheckboxGroup: React.FC<CheckboxGroupProps>; export default CheckboxGroup;