I have simple form from which I have to store data in a table. It has a dropdown which selects the semester and then I have to select the respective subjects. Is is possible to have checkboxes to select subjects which changes its options based on the semester user chooses? Or is there an other way by which I can achieve this functionality? Looking for the solution in JS.