Store checkbox value if tick
Hi,
I have multiples checkbox in one checkboxgroup, and I'm trying to get the value of each checkbox if that checkbox is ticked. Is there a simple way to accomplish this?
What I have in mind is to store the checkbox value if it is tick, into the an array in local storage. How can I do that?
Thanks!