Gcobani Mkontwana

Gcobani Mkontwana

  • 568
  • 1.9k
  • 404.7k

Radio button only selects one radio not both

Mar 8 2023 8:39 AM

Hi Team

I have a problem, i have two buttons but only one works they both have unique properties names. There are no errors, please advice.

<!--Radio Select -->
<div class="select-radio6">
     <div class="radio">
         <input id="payslip" name="payslip" type="radio" value="YES">
         <label for="yes" class="radio-label">Yes</label>
     </div>
     <div class="radio">
         <input id="payslip" name="payslip" type="radio" value="NO">
         <label for="no" class="radio-label">No</label>
     </div>
</div>

 


Answers (1)