checkbox.html.js
315 Bytes
define("tpl/biz_web/ui/checkbox.html.js", [],
function(e, t, n) {
return '<label for="_checkbox_{index}" class="frm_{type}_label">\n <i class="icon_{type}"></i>\n <input type="{type}" class="frm_{type}" name="{name}" id="_checkbox_{index}">\n <span class="lbl_content">{label}</span>\n</label>';
});