Frontmatter
| id | 4788 |
| title | form.field.CheckBox: label display |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Aug 29, 2023, 7:11 AM |
| updatedAt | Aug 29, 2023, 7:11 AM |
| githubUrl | https://github.com/neomjs/neo/issues/4788 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Aug 29, 2023, 7:11 AM |
using flex for the left label position combined with
align-items: centerlooks a bit cleaner.especially for
form.field.Switch, where we can then removevertical-align: middle.@dztoprak