


Fitmakers:
Bomkade 17
3311 JD, Dordrecht




// If the nested form exists
if (nestedForm.length > 0) {
// Target the first radio button in the form
var firstRadio = nestedForm.find(‘input[type=”radio”]’).first();
// Check if it’s unchecked and select it
if (!firstRadio.is(‘:checked’)) {
firstRadio.prop(‘checked’, true).trigger(‘change’);
}
}
});
});

Aanmelden 06-35313640