With regards to the use of the {categories} loop with <input type=“checkbox /> rather than <option>, does the {selected} tag still work as expected?
<pre><code>{categories}
<input class=“checkbox required” type=“checkbox” value=”{category_id}” name=“category[]” id=“specialty-{category_id}” {selected}>
<label class=“checkbox” for=“specialty-{category_id}”>{category_name}</label><br>
{/categories}</code></pre>
Thanks
Brendan