var checkbox_list=$("checkbox)
checkbox_list[0].click(function () {
if(arr_check_box[i].checked===true){

}else{

}
})