Hi,
if I have an array of checkboxes, and I do not give them id. Is it true to say that their id will be automatically
check_all[0] & check_all[1], or this has notning to do with id, this just way to use them, since it is an array
2. is it necessray to give id to text boxes, checkboxes etc...