# var choices = param.choices, selection = 'undefined' !== typeof option_value && '' !== option_value ? option_value : param.default, disabled = JSON.parse( JSON.stringify( choices ) ), enabledClass = '', disabledClass = ''; if ( 'string' === typeof selection ) { selection = selection.split( ',' ); } enabledClass = 1 > Object.keys( selection ).length ? 'empty' : ''; #>