checkbox for cybernauts + checkbox fix in dialog.js
[fnpeditor.git] / src / editor / views / dialog / templates / checkbox.html
1 <div style="vertical-align: top">
2     <label style="display: inline-block;">
3         <span style="display: inline-block; width:100px;"><%= label %>:</span>
4         <input type="checkbox" name="<%= name %>" <% if (checked) print('checked="checked"'); %>/>
5     </label>
6     <span class="description"><%= description %></span>
7 </div>