Thanks, Vyacheslav.
The second link helps a lot.
I just realized that all of my forms were affected. The problem is I have some forms with dark background and some with white (different pages). This code turns radio text itens to white over white backgrounds. When the page in white, the itens are not visible.
How to apply this css only in spefific pages?
.ba-form-field-item .ba-form-checkbox-wrapper .ba-checkbox-title {
color: white !important;
}
Thanks