Bootstrap / checkboxes
Bootstrap / checkboxes

(changed the order of the label class to align checkboxes properly in Bootstrap)
line 3969:
jqInput.append(
''+
''+
''+
pair.label+''+
''
);
}
line 3969:
jqInput.append(
''+
''+
''+
pair.label+''+
''
);
}
This discussion has been closed.