Thanks for your response. I have the form already setup, however they would like the HTML fields to display in the order the checkboxes are checked, not in the order they are listed in the form backend.
Conditional logic can only show/hide fields, so if you expect something like:
I check option 3 first, then option 5 > This should display HTML field for option 3 above the HTML for option 5 even when you added the HTML fields in a different order during the form setup.
That can’t be done with conditional logic or any other feature of Gravity Forms. The HTML fields will be always displayed in the order they were added to your form.