feat: fixes

This commit is contained in:
Herculino Trotta
2025-11-22 01:10:01 -03:00
parent af72e3f44e
commit 2ae57e83cb
4 changed files with 14 additions and 13 deletions

View File

@@ -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"],
};
}