# if ( ! data.choices ) { return; } #> <# if ( data.label ) { #>{{ data.label }}<# } #> <# if ( data.description ) { #>{{{ data.description }}}<# } #> <# for ( key in data.choices ) { #> checked<# } #> /> <# if ( _.isArray( data.choices[ key ] ) ) { #> {{ data.choices[ key ][0] }} {{ data.choices[ key ][1] }} <# } else { #> {{ data.choices[ key ] }} <# } #> <# } #>