WebsiteBaker 2.13.9 R22 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
$tmp .= '<input type="checkbox" name="field'.$field_id.'" class="checkbtn" id="'.$label_id.'" value="'.$key.'" '.$sChecked.'>'."\n";
$tmp .= '<input type="radio" name="field'.$field_id.'" class="radiobtn" id="'.$label_id.'" value="'.$n.'" '.$sChecked.'>'."\n";
$tmp .= '<input type="checkbox" name="field'.$field_id.'" class="checkbtn" id="'.$label_id.'" value="'.$key.'" '.$sChecked.'/>'."\n";
$tmp .= '<input type="radio" name="field'.$field_id.'" class="radiobtn" id="'.$label_id.'" value="'.$n.'" '.$sChecked.'/>'."\n";