PHP - Checkbox group

前端 未结 4 1770
长发绾君心
长发绾君心 2021-01-07 02:15

I have a checkbox group in one form that I need to be posted.




        
4条回答
  •  萌比男神i
    2021-01-07 03:09

    I agree with Answer 1, but the issue is, I am using a parent checkbox to toggle the subcategory checkboxes. If I go with chk0[0],chk0[1], etc, the toggleParentCheckboxes function fails... Please take a look at this:

    
    
    
    
    
    
    
    
    
    
    
    
    
    Category - Fruits
    Category - Vegetables
    Category - Dessert

    How Can I fix this, so the toggling works and also the post variables are the way I desired..

    Thanks

提交回复
热议问题