I Choose You single cover art, Reshard Battle, I AM Music

I Choose You

Band :
Title : I Choose You
Release Date : July 6, 2026
Label :
Catalog ref. : 7316482846771
Format : Digital Download

Reshard Battle returns with “I Choose You,” a slow-burn R&B/Soul love song about the one decision you make again every day.

Where the last run brought the party (“It’s Yo Day,” “The Family Slide”) and the anthem (“Hoka Hey”), “I Choose You” pulls the lights down low. It’s grown R&B: warm, honest, and built for the moments that matter: the first dance, the anniversary, the quiet ride home. Written by Reshard Battle and released under the I AM Music banner, it’s a song about commitment as a choice, not just a feeling.

Stream “I Choose You” everywhere now.

/* Fix: release links must always navigate (theme one-page JS + lightbox were hijacking clicks) */ document.addEventListener('click', function(e){ var a = e.target.closest ? e.target.closest('a') : null; if(!a) return; var href = a.getAttribute('href') || ''; if(href.indexOf('/release/') !== -1){ if(e.stopImmediatePropagation) e.stopImmediatePropagation(); else e.stopPropagation(); e.preventDefault(); window.location.href = href; } }, true);