forked from 0x2620/oxjs
some more support for squared style
This commit is contained in:
parent
53bc6e9e56
commit
32252a1dfd
7 changed files with 24 additions and 5 deletions
|
|
@ -94,7 +94,7 @@ Ox.Checkbox = function(options, self) {
|
|||
self.$button = Ox.Button({
|
||||
disabled: self.options.disabled,
|
||||
id: self.options.id + 'Button',
|
||||
style: self.options.style,
|
||||
style: self.options.style != 'rounded' ? self.options.style : '',
|
||||
type: 'image',
|
||||
value: self.options.value ? 'check' : 'none',
|
||||
values: ['none', 'check']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue