Note Each control should have a unique name.
The following code example uses the ModifiedFormPages property of the current Inspector object to set the Name property of a CheckBox on a page named "Test" to "Selection."
Item.GetInspector.ModifiedFormPages("Test").Checkbox1.Name
= "Selection"