Bootstrap / checkboxes
Bootstrap / checkboxes
![nskwortsow](https://secure.gravatar.com/avatar/95aeb7871aa6b198e12a888dc0bd8aac/?default=https%3A%2F%2Fvanillicon.com%2F95aeb7871aa6b198e12a888dc0bd8aac_200.png&rating=g&size=120)
(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.