Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

165
Views
how to check that the radio button

I have to find that the radio button is checked or not if its clicked and checked then count will increase of its . And if count will increase then it will increase only one time. it will not increase on multiple click on same radio button in sveltekit.

enter image description here

Kindly suggest the count increment method on radio button

it will increase count when click and not increment count when multiple click on same radio button

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

I think the knowledge you are missing is likely how to determine if the radio is checked? If so, the top answer to this provides a good explanation: How can I check whether a radio button is selected with JavaScript?

Something like:

var counter = 0;
if(document.getElementById('id').checked) {
  counter++;
}else{
  counter--;
}
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!