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

217
Views
Label not displaying value dynamic checkboxes

enter image description hereI have an array that I am using to create checkboxes dynamically. The checkboxes are are appearing but not the label values. How can I get the label values to show?

There is currently only one item in the array and that is working properly as one checkbox is loading. The label value is not coming through. (see attached screenshot)

for (var value of uniquePackageStatuses) {
    $('#packageStatusCheckboxes')
        .append(`<input type="checkbox" id="${value}" name="status" value="${value}">`)
        .append(`<label for="${value}">${value}</label></div>`)
}
about 4 years ago · Juan Pablo Isaza
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!