Is it posssible to have the previous value of checkbox alongwith new value?
My problem is, i have to execute some code, only if the value of checkbox is true, also if it was already true, then i am not suppose to perform the same action again. Currently what i am doing is , for every checkbox i am having previous value holder too. If the value is changed only then i perform the action ( and it is true ), and set value of previous value holder to the new value.