public void ApplyContrastBasedColor()
 {
     SetImage(ImageHelper.ApplyContrastBasedThemeLoginColorToImage("unchecked.png"), UIControlState.Normal);
     SetImage(ImageHelper.ApplyContrastBasedThemeLoginColorToImage("checked.png"), UIControlState.Selected);
 }