FIELDSET ORIGINAL CODE
The label ‘for' attribute, has to be added manually
<fieldset>
<legend>Which social media do you use?</legend>
<p>
<label>
<input type="checkbox" name="socialmedia" value="youtube" id="socialmedia_0" />
Youtube</label>
<br />