Editors Note: This article was cross-posted with permission from Aaron Saunders at Clearly Innovative. So, the basic problem is that we have a checkBox, switch, button or any object that we need to capture the click event for and keep some state information about that object. I want to be able to click the object, save its state and not impact the rest of the items in the row. I also need a way to find out which items are selected, since...

Read More