import React from 'react'; import { Checkbox, Stack, Icon, Box } from 'native-base'; import { MaterialCommunityIcons } from '@expo/vector-icons'; export const Example = () => { return ( } />} defaultIsChecked > Darts } />} defaultIsChecked > Movie } />} defaultIsChecked > Camping } />} defaultIsChecked > Chess ); };