Ox.Checkbox: add indeterminate option
This commit is contained in:
parent
0327947864
commit
368ae04fe0
2 changed files with 16 additions and 1 deletions
|
|
@ -190,6 +190,10 @@ Ox.load({Geo: {}, UI: {}, Unicode: {}}, function() {
|
|||
description: 'Checkbox with title',
|
||||
title: 'Check me',
|
||||
width: 128
|
||||
},
|
||||
{
|
||||
description: 'Checkbox, indeterminate',
|
||||
indeterminate: true
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue