I'm trying to build a list of checkboxes, each one with a textbox/textarea associated to it.
The plan is for it to look something like this
[checkbox]
[textbox]
[checkbox]
[textbox]
[checkbox]
[textbox]
etc.
The title of each checkbox & textbox will be populated from the database.
I'm not really sure how to go about doing this.
Any help would be greatly appreciated.
Thanks.