I have several checkbox components on the site, each with the value of the name of a movie, how can I save it to the bank?
HTML of one of them:
<input type="checkbox" class="checkbox" name="filme">
Do you have to have value or name different from each other? Type checkbox of the movie The Origin and another one of the Insurgent film?
It's for the user to save and watch the movies they've watched later, so it has to be checked