1 2 3 4 5 6
import { View } from 'react-native'; import CommunityCheckbox from '@react-native-community/checkbox'; export function App() { return <View><CommunityCheckbox value={true} /></View>; }