Skip to content

Instantly share code, notes, and snippets.

View nschoenberg's full-sized avatar

Nicolai Schönberg nschoenberg

  • Germany
View GitHub Profile
@nschoenberg
nschoenberg / An Example Usage of cross platform checkbox
Last active August 29, 2015 14:15
Cross platform CheckBox control using unicode signs, with some bindable properties
...
var checkBox = new CheckBox();
MainPage = new ContentPage() {
Content = checkBox
};
...