Thank you for a swift answer!
This worked like a charm but the checkbox did not adjust to align with a first line:
.forminator-checkbox span[aria-hidden] + span {
line-height: 1.5;
}
Not sure how to use the first part of the css selector.
But it was a big help already!