@jaiden When working with Repeaters you need to use ForEachItem
For example:
$w("#repeater1").forEachItem( ($item, itemData, index) => {
$item('#multiStateBox2').onClick(() => {
$item("#multiStateBox2").changeState('box14');
})
} );