Inserting radio buttons

Use a radio button when you want your user to be able to choose only one item

  1. type the label for the radio group, in this case I put, "like to get a newsletter?"
  2. go to Insert>Form>Radio Group
  1. in the Radio Group window:
    1. name: newsletter
    2. label: yes
    3. value: yes
    4. label: no
    5. value: no
    6. lay out using: line breaks
  1. click OK, you should now have a radio button group like this: