I can’t change the font styles of the list in the Checkbox field, It uses the form’s label font style
Hi Abey,
To change the font styles, you can try the following CSS in Appearance → Customize → Additional CSS. You can also add more CSS styles if you’d like to apply them to the checkbox label.
.gfield--type-checkbox .ginput_container_checkbox label {
font-size: 20px !important;
line-height: 1.2em !important;
}
The output will look like the following screen recording: ![]()

Give it a try, and let me know how that goes! ![]()