<divclass="mt-4"><!--
Here we use a zero-width space character to trick the container for the checkbox into being
the same height as a single line of label text by adopting the text's line-height.
Then we center the checkbox inside of its own container.
--><divclass="flex items-start text-sm"><divclass="flex items-center"><!-- Zero-width space character, used to align checkbox properly -->​<inputid="option3"type="checkbox"class="form-checkbox border-gray-400 h-4 w-4 text-indigo-600"/></div><labelfor="option3"class="ml-3 font-medium text-gray-700">Longer checkbox item that unfortunately wraps on to two separate
lines</label></div><pclass="mt-1 ml-4 pl-3 block text-sm text-gray-600">
This solution always centers the checkbox with the first line of text, no
matter the text size or checkbox size.
</p></div>