Hi Stewart,
Stewart Matheson wrote:
If I wish to create a set of checkboxs based on the rows of a table in my database would I have to loop through each row of the database using a for loop? or can I just use the check box method once and pass it an array of values?
Each checkbox has to be rendered individually.