I am wondering if it is possible to display the class name of checked checkboxes every time the checkbox is checked or not checked? For example, I have 3 checkboxes. If I check one, it will output its class name, if I then draw a second, it will output the first flag class name + the name of the second class. If I uncheck the first flag, it will only output the class name of the second flag .. and so on? I did a JSFiddle to get started ... http://jsfiddle.net/LUtJF/
thanks
source share