Hello i want to make the repeater itemn have animation loading when this is clicked ```php Checkbox::make('isSame') ->fixIndistinctState() ->afterStateUpdated(function (Get $get, Set $set) { $set('nameParticipant',$get('../../name')); $set('genderParticipant',$get('../../gender')); $set('emailParticipant',$get('../../email')); $set('phoneNumberParticipant',$get('../../phoneNumber')); $set('addressParticipant',$get('../../address')); $set('instituteNameParticipant',$get('../../instituteName')); }) ``` thank you