Question
import questionary
data = questionary.checkbox(
'Select toppings',
choices=[
"Cheese",
"Tomato",
"Pineapple",
]).ask()
print(data)
windows10,CMD
When I move up and down to make a selection, the last character of the previous option will be repeated.
It returned to normal after I selected it.

What have you already tried?
PowerShell is not normal, but windows11 powershell is normal, windows11 cmd is not normal
Read the documentation