Source Code: (back to article)
<!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>