I tried several ways but still it failed to pass.
<label for="loving"> Loving</label><input type="checkbox" id="loving">
<label for="loving"> Loving<input type="checkbox" id="loving"></label>
<label for="loving"> Loving</label>
<input type="checkbox" id="loving">
all these are failed! Can anyone please help me to solve this issue?