<%- title %> " id="related-to-<%- index %>-yes" value="true" <% if (typeof checked !== "undefined" && checked != null && checked) { %> checked="checked" <% } %> <% if (typeof enabled !== "undefined" && !enabled) { %> disabled <% } %> /> " id="related-to-<%- index %>-no" value="false" <% if (typeof checked !== "undefined" && checked != null && !checked) { %> checked="checked" <% } %> <% if (typeof enabled !== "undefined" && !enabled) { %> disabled <% } %> />