Vertical alignment of single on/off checkbox views exposed looks off
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3355062. -->
Reported by: [dieterholvoet](https://www.drupal.org/user/3567222)
Related to !247
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>Through the <a href="https://www.drupal.org/project/better_exposed_filters">Better Exposed Filters</a> module, it's possible to render a boolean exposed filter through a single on/off checkbox. The problem is that its alignment looks off compared to textbox/select form items.</p>
<p><img src="https://www.drupal.org/files/issues/2023-04-19/CleanShot%202023-04-19%20at%2010.50.01%402x.png" alt="Screenshot"></p>
<h4 id="summary-steps-reproduce">Steps to reproduce</h4>
<ol>
<li>Add a boolean exposed filter to a view.</li>
<li>Install the Better Exposed Filters module and choose it as Exposed form style.</li>
<li>In the Exposed form style settings, assign the Single on/off checkbox widget to the newly created filter.</li>
</ol>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p><img src="https://www.drupal.org/files/issues/2023-04-19/CleanShot%202023-04-19%20at%2010.45.49%402x.png" alt="Screenshot"></p>
issue