BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
<script type="text/javascript">
$(function () {
$("#defaultlistbox").ejListView({showHeader: true, enableCheckMark:true, headerTitle: "Favorite", width:400, height: 1500});
$(".e-lv-check, .e-checkbox, .e-input").ejCheckBox({ htmlAttributes : {name:"newName"}});
});
</script> |