Microsoft.Maui.Graphics.Controls
Microsoft.Maui.Graphics.Controls copied to clipboard
[Bug] CheckBox doesn't handle gestures
trafficstars
I cannot click/tap the checkbox to change selection state.
<Label Text="Default" StyleClass="Headline"/>
<StackLayout StyleClass="CheckBoxContainer">
<CheckBox/>
<Label Text="Unchecked" VerticalOptions="Center"/>
</StackLayout>
<StackLayout StyleClass="CheckBoxContainer">
<CheckBox IsChecked="True" Color="Red" BackgroundColor="Black"/>
<Label Text="Checked" VerticalOptions="Center"/>
</StackLayout>
Could you share more info?. Cannot reproduce this one.
Maybe tap area is to small?