I have this following code in dojo wich using dojox/form/CheckedMultiSelect :
var checkedMultiSelect = new CheckedMultiSelect ({
id:"something",
dropDown: true,
multiple: true,
labelText:"something",
store: dataStore,
style : {width:"240px"} // this doesn't work
}, "placeholder");
How do I set a width to this widget ? I use dojo 1.9 Best regards