Commit 99618196 by Sarah Fischmann

setup checkbox

parent dab070e2
...@@ -27,7 +27,7 @@ class CheckBox extends React.Component { ...@@ -27,7 +27,7 @@ class CheckBox extends React.Component {
render() { render() {
const props = { ...this.props }; const props = { ...this.props };
return ( return (
<form> <form>
<label htmlFor={props.checkLabel} className="form-check-label"> <label htmlFor={props.checkLabel} className="form-check-label">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment