Local Multiplayer Player prefab

I am using the new Input system for a local multiplayer game. I am trying to make a character selection menu where each player chooses their character, but in the Player Input Manager, there is only one option for which prefab you want the player to be.
How can I make it each player can select their own character and have them instantiated?

This is also my problem. I have been thinking about something similar to the character selection screen from Mario kart for example. But I can’t figure out how to use different prefabs for the different players.

You could change the prefab that is going to be instanitated in the PlayerInputManager.instance.playerPrefab while the game is running