I have a modal with a sidebar of checkboxes that, when checked, append options to a panel on the right for the user to customize.
Example:
My question: I currently have the items being appended to the top of previously added items in the order that they are checked off. I do this because I think the user should see what is being added as they check the boxes, as opposed to the item appending to the bottom of the scrollable area. Are there any use cases that would suggest the order of the criteria in the right panel should always match the order of their respective checkboxes in the left panel?

