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"'); %>/>
 
   6     <span class="description"><%= description %></span>