In transaction MB21, second screen, there are checkboxes for each line item. They are not visible in the GuiXT screen elements window. How do I handle these checkboxes?

You can use the field F[M] that represents the column header for these checkboxes and then work with the offset notation. Example:

del F[M]+(1,0)

del F[M]+(2,0)