document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <html>
  2. <head>
  3. <title>Check Box</title>
  4. </head>
  5. <body>
  6. <form method="post" action="simpan.php">
  7.  Hobi :
  8.  <input type="checkbox" name="hobi" value="Olah Raga">Olah Raga
  9.  <input type="checkbox" name="hobi" value="Membaca">Membaca
  10.  <input type="checkbox" name="hobi" value="Main Musik">Main Musik
  11. </form>
  12. </body>
  13. </html>
');