changeCheckbox = () => { this.setState({ checked: !this.state.checked }); this.props.showChecked(this.props.id); };