Prev Demo
HTML5
>
Check Box
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> </head> <body> <form> <h1>Check box</h1> Click here if yes, other wise dont click <input type="checkbox" name="chcbox1"/>   </form> </body> </html>
Note: We DO NOT save your trial code in our database.
Output