I am new to Xamarin forms. I was trying to implement Checkboxes in my project.
I referred this link : https://devlinduldulao.pro/how-to-create-checkboxes-in-xamarin-forms/
So, I added the mentioned nuget package and added this line in my xaml page :
xmlns:controls="clr-namespace:XLabs.Forms.Controls;assembly=XLabs.Forms"
These errors came up
Framework resource extraction failed. Item named 'controls/sensorbar/sensorbarcontrol.xaml' of type 'System.IO.PinnedBufferMemoryStream' cannot be added to the resource file because it is not serializable. App.UWP
Cannot resolve Assembly or Windows Metadata file 'Type universe cannot resolve assembly: Xamarin.Forms.Platform.WP8, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null.' App.UWP
And i am not able to get rid of them. Please help
This great library is outdated and unfortunately should not be used anymore.
There are few options:
Checkbox
control was implemented inXLabs.Forms.Controls
since it is open source project and build your own using.Good luck.