I have been trying to solve this for sometime but can't quite combine what I have. The page is dynamic and info will be loaded from db. I have a checkbox with call(class=registerbut) that toggles(reveals) a div(hidey) directly below it when checked. It works fine but after page reload all of the divs(hidey) are shown regardless of checked state. I just want the ones that were checked to remain shown and not all.I have been trying to solve this for sometime b