*I need my check box list option to display vertically instead of the default horizontal display.I have created a folder in my src folder in the name templates and another f
see this website: http://mikeski.net/site/node/16
basically, you just need to:
it will contain 3 lines, the middle line uses the checkboxlist.ftl from the simple theme. Comment the line that says:
<#include "/${parameters.templateDir}/simple/checkboxlist.ftl" />
Then copy the freemarker code that is referenced in the above URL.
I did that, and it worked for me. It will display your checkbox on its own individual line.