i have an input <input type = "checkbox" name = "checkboxDel[]" ....>

how can i use javascript form. to get the checked value? or get the component name itself. as when i do a post the query string of this component is ...&checkboxDel%5B%5D=25&...

anyone has better idea of how to go about?

thanks...