Ox.Checkbox: add indeterminate option

This commit is contained in:
rlx 2016-02-10 12:56:19 +05:30
commit 368ae04fe0
2 changed files with 16 additions and 1 deletions

View file

@ -190,6 +190,10 @@ Ox.load({Geo: {}, UI: {}, Unicode: {}}, function() {
description: 'Checkbox with title',
title: 'Check me',
width: 128
},
{
description: 'Checkbox, indeterminate',
indeterminate: true
}
]
},