diff --git a/src/base/single/input/checkbox/checkbox.js b/src/base/single/input/checkbox/checkbox.js index b830ab0bd..87c1843a4 100644 --- a/src/base/single/input/checkbox/checkbox.js +++ b/src/base/single/input/checkbox/checkbox.js @@ -11,8 +11,8 @@ BI.Checkbox = BI.inherit(BI.BasicButton, { handler: BI.emptyFn, width: 16, height: 16, - iconWidth: 14, - iconHeight: 14 + iconWidth: 16, + iconHeight: 16 }, render: function () {