indeterminate checkboxes...
This commit is contained in:
parent
56c72ba0b4
commit
5ea5a5ee2b
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ Ox.Checkbox = function(options, self) {
|
|||
self.$button.options({value: 'remove'});
|
||||
} else {
|
||||
self.$button.options({values: ['none', 'check']});
|
||||
self.$button.options({value: self.options.value});
|
||||
self.$button.toggle();
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue