/** * @flow */ import React from 'react'; import styles from './styles'; import { CheckBox, View } from 'react-native'; const CheckBoxValueExample = () => ( ); export default CheckBoxValueExample;