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>
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>