I have just completed challenge #2 with 17/17 , But… I wanted to create a post because the test was not letting me pass on the creating checkbox because I did not have a value attribute in the checkbox. So I just put value=1. I dont know what that does but it allowed me to pass the last story. Can someone tell me what the value=1 does in the checkbox because it doesnt make sense to me. What should the correct value be?
https://codepen.io/MoaceXX/pen/KKNdxbE
<label for="etherium"><input id="etherium" type="checkbox" value="1" name="cryptocurrency"> Etherium</label>