Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <style> label { display: flex; align-items: center; } </style> </head> <body> <form> <div> <label> <input type="checkbox" /> Label text </label> </div> </form> </body> </html>