|
|
@ -455,7 +455,7 @@ |
|
|
|
chClass += ' bi-checkbox checkbox-content'; |
|
|
|
chClass += ' bi-checkbox checkbox-content'; |
|
|
|
break; |
|
|
|
break; |
|
|
|
} |
|
|
|
} |
|
|
|
return chClass; |
|
|
|
return chClass + (node.disabled ? " disabled" : ""); |
|
|
|
}, |
|
|
|
}, |
|
|
|
repairAllChk: function(setting, checked) { |
|
|
|
repairAllChk: function(setting, checked) { |
|
|
|
if (setting.check.enable && setting.check.chkStyle === consts.checkbox.STYLE) { |
|
|
|
if (setting.check.enable && setting.check.chkStyle === consts.checkbox.STYLE) { |
|
|
|