+ 1
I didn't understand what you want to mean. But, if you're looking for a way to get the value of a checked box, you can use the .checked = true/false (according to what you want to) in javascript for checking. Just like document.getElementById(yourCheckBox).checked.