Checkbox with no name

If I make a checkbox without a name, during form processing, will it be ignored?

Yep. If not name attribute is in the element, then as far as forms are concerned, it doesn’t exist.