import React from "react"; export default class CheckField extends React.Component { render() { return (

{this.props.text}

); } }