Edit Hobbies / Interests
<%for(let index in interest){%> <%if(index != 'prefix'){%>
checked<%}%> value="<%=index%>"> <%=interest[index]%>
<%}%> <%}%>