Looking for some help on using the Xlabs Checkbox for Xamarin Forms.
when the submit button is pressed it saves my form to JSON but I'm not too sure how to use the Xlabs Checkbox to pull the checked or unchecked value to it.
I pull the default of the checkbox by using InspectionValue = CheckBox1.Text
but is there a way to pull true or false using this way?