What is Xamarin Forms Labs?
When Xamarin Forms first came out, it was only intended as a means for abstraction of the user interface that allows you a simplified way to create an app. In that respect, it is great. The problem though is that when you start on that track, the development community generally wants more.
Xamarin is not concerned with this because Xamarin Forms is purely for the UI—anything else is outside the remit of the project. Xamarin Forms Labs came about to fill the parts of the UI missed by the main project.
Let's take CheckBox
as an example.
Installing Xamarin Forms Labs in your project
Xamarin Forms Labs is available via NuGet. Create your application as you would normally.
Perform the following steps:
Select the PCL at the top and click on the context menu icon.
From the menu, select Add | Add NuGet Packages….
A new window will appear. Type
XLabs Forms
in the search box:Tick the checkbox and click on Add Package.
This will install the library in your project and give you the...