Use the value attribute with Radio Buttons and Checkboxes

Here is an example of one of the 5 you need to fill in:

<label><input value="lazy" type="checkbox" name="personality"> Lazy</label>

You need to add value into all of them, to lowercase!