Survey form - test 40

the test #40 says i have no values with checkbox. i have, but must be wrong. help, thanks.
here's my code:

<fieldset>
			<legend>Health Concerns Past/Present (required)</legend>		
			<label for="cancer"><input id="cancer" type="checkbox" name="cancer" value="cancer" class="inline" /> Cancer</label>
			<label for="bloodp"><input id="bloodp" type="checkbox" name="bloodp" value="bloodp" class="inline" /> High Blood Pressure</label>
			<label for="asthma"><input id="asthma" type="checkbox" name="asthma" value="asthma" class="inline" class="inline" /> Asthma</label>
			<label for="diabetes"><input id="diabetes" type="checkbox" name="diabetes" value="diabetes" class="inline" /> Diabetes</label>
			<label for="hiv"><input id="hiv" type="checkbox" name="hiv" value="hiv" class="inline" /> HIV</label>
			<label for="cholesterol"><input id="cholesterol" type="checkbox" name="cholesterol" value="cholesterol" class="inline" /> Cholesterol</label>        
		</fieldset>

Hi there!

Add a link to the challenge and also post your full html file

all good now, i missed the submit checkbox value. thanks