Link to home
Start Free TrialLog in
Avatar of BILL Carlisle
BILL CarlisleFlag for United States of America

asked on

How do I add checkboxes dynamically?

I want to take an JS array of display/id pairs and created checkboxes based on the array.
I want all in one row because the max would be 4 checkboxes
ASKER CERTIFIED SOLUTION
Avatar of Designbyonyx
Designbyonyx
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of BILL Carlisle

ASKER

That is excellent... I am using JSON to return the array from DB so works great!
Thank you! Bill