import React from "react" function Checkbox(props){ return ( {props.value} ) } export default Checkbox