Ví dụ input checkbox Code: <!DOCTYPE html> <html> <body> <form action="/demo/action_page.php"> <input type="checkbox" name="vehicle1" value="Bike"> Tôi có một chiếc xe đạp <br> <input type="checkbox" name="vehicle2" value="Car"> Tôi có một chiếc ô tô <br><br> <input type="submit" value="Gửi"> </form> </body> </html> Kết quả: