mam problem z napisanie skryptuw php tak aby uzyskać tzw.dynamiczne checkboxy testowy napisałem w html
pierwszy checkbox jest nadrzędny a następne podrzędne coś w rodzaju Województwo a następne miasta i tak dalej , mam problem z osadzeniem znaczników .
<li> <div class="checkbox"> <input type="checkbox" name="region[10]" value="1"class="" onclick="document.getElementById('Eubea').style.display = this.checked ? 'none' : 'block'; this.form.elements['region[11]'].disabled = this.form.elements['region[12]'].disabled = this.checked" /> <ul id="Eubea"> </ul> </li>