How do i get text to display next to a check box?

How do I get text to display next to a check box?
My code is

Dim cb As FormField = New FormField

cb.FormFieldType = FormFieldType.CheckBox

cb.FieldName = “text”

cb.FieldValue = “text”

cb.FormWidth = 12

cb.FormHeight = 12

objSection1.Paragraphs.Add(cb)

I want a checkbox with text to the right of it on the same line
I also want to be able to have two check boxes next to each other on the same line