Skip to content

Instantly share code, notes, and snippets.

@mgladdish
Created June 12, 2018 13:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mgladdish/01ef880e60baf3124ebd699557d05a1c to your computer and use it in GitHub Desktop.
Save mgladdish/01ef880e60baf3124ebd699557d05a1c to your computer and use it in GitHub Desktop.
{{#choices}}
<div class="multiple-choice">
<input id="{{id}}_{{value}}" name="{{name}}" type="checkbox" value="{{value}}" {{#selected}} checked="checked" {{/selected}} />
<label for="{{id}}_{{value}}">{{{text}}}</label>
</div>
{{{nestedWidget}}} <!-- addition to output the html of the already-rendered nested widget -->
{{/choices}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment