It does not currently appear to be possible to clear the selection in a ChoiceBox. None of the following calls have any effect:
choiceBox.getSelectionModel().clearSelection();
choiceBox.getSelectionModel().select(null);
choiceBox.getSelectionModel().select(-1);
See attached example.
choiceBox.getSelectionModel().clearSelection();
choiceBox.getSelectionModel().select(null);
choiceBox.getSelectionModel().select(-1);
See attached example.