How to add conditionals in your agreement template
For example, if you want to display a checkbox if a user custom field
Then in your agreement, add this:
agreeTerms is true or falseAgree with Terms: <% if (user.customFields.agreeTerms != '') { %>Yes<%} else { %> No<%}%>