Good day to all, help figure out, there is an html form with the bootstrap framework connected that displays data from the database, I need to place a checkbox and if it is clicked to perform another query to the database, Tomcat server, java development environment itself. I posted the checkbox myself:
<label><input type="checkbox" value="" name ="checkb">Test</label> and how now to catch it pressing by a servlet I do not understand, explain please. thank