<#
var choices = param.choices,
selection = 'undefined' !== typeof option_value && '' !== option_value ? option_value : param.default,
value = selection,
disabled = JSON.parse( JSON.stringify( choices ) ),
enabledClass = '',
disabledClass = '',
emptyString = 'string' !== typeof param.empty ? '