Issue

When adding a checkbox field to the form, usually it appears after the field label. Here is how to swap the check box to the left and label to the right.

Solution


Checkbox position can be changed by following the below steps:
  1. Insert the checkbox field into the form
  2. Delete the text in the field label
  3. Set the label width to zero, set field width to 10
  4. Add rich text to the form (enter in the rich text editor what you want to appear to the right of the checkbox)
  5. Move the rich text block to the right of the field.