mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-05-03 05:54:20 +02:00
feat: fixes
This commit is contained in:
@@ -55,8 +55,8 @@ window.TomSelect = function createDynamicTomSelect(element) {
|
||||
|
||||
if (element.dataset.checkboxes === 'true') {
|
||||
config.plugins.checkbox_options = {
|
||||
'checkedClassNames': ['ts-checked'],
|
||||
'uncheckedClassNames': ['ts-unchecked'],
|
||||
'checkedClassNames': ['ts-checked', "checkbox", "checkbox-xs"],
|
||||
'uncheckedClassNames': ['ts-checked', "checkbox", "checkbox-xs"],
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user