<div class="payment-method">
<div class="method-menu" id="method1">
<input type="radio" name="payment-method" value="credit-card">
<img src="images/credit.png" width="45" height="45" alt=""/><div class="method-text"></div></div>
<div class="method-menu" id="method2">
<input type="radio" name="payment-method" value="convenience-store">
<img src="images/convenience.jpg" width="125" height="35" alt=""/><div class="method-text"></div></div>
<div class="method-menu" id="method3">
<input type="radio" name="payment-method" value="atm">
<img src="images/atm.png" width="45" height="45" alt=""/><div class="method-text"></div></div>
</div>
Any tips on how to select only one option and hide the others? I'm new to this and struggling to figure it out Thank you for your help!