I’m using Custom Content Shortcodes and looking into converting over to Loops & Logic. I have CCS’ Shortcodes template feature enabled and have several templates that are used throughout the site.
Example template:
<div class="custom-checkbox {CLASS}"><label class="checkbox"><input type="checkbox" id="{ID}"> {TEXT}</label></div>
This gets used as a shortcode on a page like this - ID, text, and class info is passed in on the shortcode:
[checkbox id="two-or-more" text="Two or more cases" class="pale-purple"]
How would I convert this into a Loop& Logic template? How can I pass in my IDs, classes, and text information?