<fieldset>
<legend>Оберіть особливості свого монстра:</legend>
<div>
<input type="checkbox" id="scales" name="scales" checked />
<label for="scales">Луска</label>
</div>
<div>
<input type="checkbox" id="horns" name="horns" />
<label for="horns">Роги</label>
</div>
</fieldset>