option(
'combo',
type : 'combo',
choices : ['b', 'c', 'd'],
value : 'b',
)
'array',
type : 'array',
value : ['b'],