Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <style> .label { background-color: #fff; border: 1px solid #666; color: #000; padding: 10px 15px; text-align: center; display: inline-block; font-size: 20px; margin: 15px; cursor: pointer; } </style> </head> <body> <label class="label"> <input type="checkbox" name="checkbox" value="text">Text </label> </body> </html>