// ----------------------------------------------------------------------------------------------------------------
 protected void CheckBoxClick(Object sender, EventArgs args)
 {
     // Get the current name of the player.
     enterNameTxt.Text = GlobalApp.getName();
 }