I create all the radio buttons in this document using the same method setting the Items property to the following. Why does the document get created with missing radio buttons? See attachment.
formEditor.Items = new string[] { bool.TrueString, bool.FalseString };