Basic HTML and HTML5 - Check Radio Buttons and Checkboxes by Default

  <label for="indoor"><input id="indoor" type="radio" name="indoor-outdoor" value="indoor"> Indoor</label>
<label for="outdoor"><input id="outdoor" type="radio" name="indoor-outdoor" value="outdoor"> Outdoor</label><br>
<label for="loving"><input id="loving" type="checkbox" name="personality" value="loving"> Loving</label>
<label for="lazy"><input id="lazy" type="checkbox" name="personality" value="lazy"> Lazy</label>
<label for="energetic"><input id="energetic"

can u help me. I don’t know what is wrong?

You are not sending this properly. Please use the help button in your current task to send the link of your current task. It would help us.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.