I want to uncheck checkbox based on unselection of another check box. ex.
<input id=isActive_1 type=checkbox />
<input id=isActive_2 type=checkbox />
<input id=isActive_3 type=checkbox />
<input id=publish_1 type=checkbox />
<input id=publish_2 type=checkbox />
<input id=publish_3 type=checkbox />
when i uncheck 'isActive_1' then 'publish_1' should be unchecked at this time. Please help me out