/home/vianto5/duettowers.mx/wp-content/plugins/wpforms/pro/templates/admin/entry-print
Edit: /home/vianto5/duettowers.mx/wp-content/plugins/wpforms/pro/templates/admin/entry-print/choice.php (867B)
',
esc_attr( $choice_type ),
$is_checked ? ' field-value-choice-checked' : '',
// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
$is_checked ? ' checked' : '',
wp_kses_post( $choice['label'] ),
! empty( $choice['is_other'] ) && $is_checked && isset( $choice['other_value'] ) ?
sprintf( ': %s', esc_html( $choice['other_value'] ) )
: ''
);