indeterminate checkboxes...
This commit is contained in:
parent
0dd921caae
commit
12c466b0d3
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ Ox.Checkbox = function(options, self) {
|
|||
type: 'image',
|
||||
value: self.options.indeterminate ? 'minus'
|
||||
: self.options.value ? 'check' : 'none',
|
||||
values: self.options.indeterminate ? null : ['none', 'check']
|
||||
values: self.options.indeterminate ? [] : ['none', 'check']
|
||||
})
|
||||
.addClass('OxCheckbox')
|
||||
.bindEvent({
|
||||
|
|
Loading…
Reference in a new issue