Learn HTML Forms by Building a Registration Form - Step 18

in your opening  label tag create for attribute and use the same value as id in the input, 

<label for="status"><input id="status"/></label>