Skip to content

a simple checkbox for xamarin.forms based on NControl

Notifications You must be signed in to change notification settings

Herocod3r/Checky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Checky

a simple checkbox for xamarin forms based on NControl

Setup

  • Available on NuGet: Checky
  • Add nuget package to your Xamarin.Forms .netStandard project and to your platform-specific projects (iOS and Android)
  • Initialize the NControl renderer on your platforms
    NControl.Droid.NControlViewRenderer.Init();
     NControl.iOS.NControlViewRenderer.Init();

Samples

The sample you can find here https://github.com/Herocod3r/Checky/blob/master/Test/Test/Test/MainPage.xaml sreenshot

xmlns:chk="clr-namespace:Checky;assembly=Checky"

   <chk:CheckBox CheckThickness="3" FillColor="Blue" BorderColor="Blue" IsChecked="true" CheckColor="White" BorderThickness="5" VerticalOptions="Center"  />

*The CheckThickness is a double for thickness of check mack *The FillColor color is for checkbox fill color can be transparent *IsChecked bindable property for when is active

Check source code for more info

About

a simple checkbox for xamarin.forms based on NControl

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages