339d8a8f92
This is mainly a testing tool, which makes a mode where all HTML bugs which could slightly mess up the rendering will trigger proper errors in the browser. Fixes #1131.
5 lines
230 B
HTML
5 lines
230 B
HTML
<div class="form-group">
|
|
<input id="{{{o.id}}}" name="{{{o.name}}}" type="checkbox" {{{o.checked}}} {[ if (o.required) { ]} required {[ } ]} />
|
|
<label class="form-check-label" for="{{{o.id}}}">{{{o.label}}}</label>
|
|
</div>
|