Hi,
i have many products and each have its types.in while loop i handle one product and its type and then next product.like
350-001 (product)
type 1 checkbox
type2 checkbox
type3 checkbox
total checkbox
240-001 (product)
type1 checkbox
type 2 checkbox
total checkbox so on...
in this case i want to set check boxes that if i select one or select total.when select total all checkboxes of that product automatically selected. and then get value of that check boxes in next page. please help me