Support › Forums › Sunshine Pro Theme › Gravity Forms checkbox fix not working › Reply To: Gravity Forms checkbox fix not working
September 20, 2016 at 12:34 pm
#1319
Moderator
Try following code
/* Radio button fix for Gravity Forms */
.gform_wrapper .gfield input[type=radio] {
-webkit-appearance: radio !important;
}
.gform_wrapper .gfield input[type=checkbox] {
-webkit-appearance: checkbox !important;
}