How do I adjust the flex alignment of the checkbox in relation to the text?
I want the check box to align at the top of the container which holds it with the text so but adding align-self: flex-start; to the customer css property box for the checkbox element doesn’t do anything.
Any suggestions?
TIA
