{type: "combo", name: "disorders_sex_func", comboType: "checkbox", label: "розлади статевої функції", options:[
{text: "AAC", value: "AAC", checked: "0"},
{text: "AC3", value: "AC3", checked: "1"},
{text: "MP3", value: "MP3", checked: "0"},
{text: "FLAC", value: "FLAC", checked: "1"}
]}
[code]adisease_other_patient.getCombo(“disorders_sex_func”).load(“http://univer.sed.lg.ua:2015/mhc/doc_akusgin/xml/adisease_form_exudation_xml.php?form_value=disorders_sex_func”);
adisease_other_patient.load("…/xml/adisease_form_exudation_xml.php?action=load&form_data=<?php echo $_POST["id_appnt"];?>-adisease_exudation_patient");[/code]
what structure must be for load combochekbox or how to load checked values ??
there are examples with combo but not with combo checkbox in form