In the sample code attached, item value is multiplied by the value of the respective select and displays the subtotal and total.
My question (beginner) is how to hide and remove the selectlist when the checkbox is unchecked, that is, when the checkbox is checked, the respective listlist appears always starting with the first item in the list (1 unit).
I even managed to make it work without Jquery but it was just like a "frankenstein" Thanks in advance, to all who can help.
The following is an incomplete example with jquery: link