Please advise me on how to do a toggle to select a certain number of checkboxes based on my dropdown list (50,100,150,etc...)
Say I have a dropdown box with options to select with values: 50, 100, 150, and so on.
What I would like to do is when I select "50" from the dropdown list, the FIRST 50 checkboxes get to be checked.
Is it possible to do with javascript? Thanks so much for help.
Say I have a dropdown box with options to select with values: 50, 100, 150, and so on.
What I would like to do is when I select "50" from the dropdown list, the FIRST 50 checkboxes get to be checked.
Is it possible to do with javascript? Thanks so much for help.