November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
Check the box "Allow multiple choices" in form element setting will render the element as checkbox. Is this what you want or I missing something?
Doh Yes! Thank you I knew it had to be something simple I was missing.
Follow up question: How can I control the HTML output of the checkbox element? Or any of these elements? For example I'd prefer for better styling flexibility that the checkbox itself not be nested inside the label element.
You can find the template for rendering element in EPiServer.Forms.zip (in your project's modules folder). Just modify it and put it into the path "~/Views/Shared/ElementBlocks", the element will be render using your custom template.
You can see more about customizing built-in templates here http://world.episerver.com/documentation/developer-guides/forms/searching-block-templates/
I'm using Episerver.Forms v 4.5.1 with Episerver 10.4.3 in an MVC project and I just realized when I went to build some forms there's no checkbox element? There's a "Multiple or Single Choice" element, but even when you only provide one choice the resulting HTML is just a radio button with only one option, which is not ideal as once it's checked you can't uncheck it. Am I missing something is there a checkbox element? I have changed every setting this element provides hoping to get a checkbox but to no avail.