<div>
<p>Пол</p>
<p> <input type="radio" name="gender"> </input> Мужчина </p>
<p> <input type="radio" name="gender"> </input> Женщина </p>
</div>
<div>
<p>Имущество</p>
<p> <input type="checkbox" name="property"> </input> Автомобиль </p>
<p> <input type="checkbox" name="property"> </input> Машина </p>
<p> <input type="checkbox" name="property"> </input> Велосипед </p>
</div>