<form role="form">
<label>
<input type="checkbox" value="">
记住密码
</label>
<label>
<input type="radio" name="optionsRadios" id="optionsRadios1" value="love" checked>
喜欢
</label>
<label>
<input type="radio" name="optionsRadios" id="optionsRadios2" value="hate">
不喜欢
</label>
<input type="text" placeholder="呵呵">
<textarea rows="3"></textarea>
</form>