Bootstrap / checkboxes
Bootstrap / checkboxes
nskwortsow
Posts: 120Questions: 0Answers: 0
(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.