Nevermind! I found the solution thanks to a member by the name of “koenvd”
Here is the solution if you’re wondering:
Just add the following to your main stylesheet to fix the problem for both checkboxes and radio buttons:
span.wpcf7-list-item {
display:block;
}
Best thing is it will stay fixed even after you upgrade the contact form 7 plugin.