What would be the opposite of:
savedPlanets.append(planet.getDisplayName()+",");
I have a list and I am adding the name of the planet every time the user clicks on a checkbox, I want to remove the name from the savedPlanets if the checkbox is cleared