Вот отрывок кода, без кнопки. Тоесть пользователь что-то выбирает, а потом при нажатии на кнопку все возвращается назад. Checked убирается, selected возвращается к дефолтному
<label class="sign-up__sex"><input type="radio" name="sex" id="man" requireda> man</label>
<label class="sign-up__sex"><input type="radio" name="sex" id="woman" required> woman</label> <br><br>
<select aria-placeholder="Choose..">
<option disabled selected>Choose...</option>
<option">Frontend</option>
<option">Backend</option>
<option">QC/QA</option>
</select> <br>
<input type="checkbox" name="checkbox" required><label> I agree all statemes in Terms of service</label><br>