<# data = _.defaults( data, {
choices: {},
label: '',
description: '',
inputAttrs: '',
value: '',
'data-id': '',
'default': ''
} );
#>
<# if ( data.label ) { #>
{{{ data.label }}}
<# } #>
<# if ( data.description ) { #>
{{{ data.description }}}
<# } #>
<# _.each( data.choices, function( val, key ) { #>
<# } ); #>