This Below is my IOS Page .I want to show this type of check box on iOS in xamarin form. I have use Xamarin 5.0 version. When I am try to use check element in iOS show rounded check box but I want square check box.
<CheckBox x:Name="chkRememberMe" BackgroundColor="#7E7E7E" SizeChanged="20" IsChecked="False" CheckedChanged="ChkRememberMe_OnCheckedChanged" ></CheckBox>
这是我的复选框代码我可以在 iOS 中为方形复选框做什么。我对 xamarin.forms 完全陌生,我需要添加一个复选框、单选按钮和下拉列表。我尝试了一些来自网络的样本,但我无法获得复选框。谁能帮我实现。Controls.Checkbox 在 Xamarin Forms 中为 ios 和 andorid 创建复选框。现在我得到了复选框,但我无法读取它是否被选中的值。这是我的代码