Microsoft.Maui.Graphics.Controls icon indicating copy to clipboard operation
Microsoft.Maui.Graphics.Controls copied to clipboard

[Bug] CheckBox doesn't handle gestures

Open davidortinau opened this issue 4 years ago • 2 comments

I cannot click/tap the checkbox to change selection state.

image
<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>

davidortinau avatar Oct 14 '21 20:10 davidortinau

Could you share more info?. Cannot reproduce this one.

jsuarezruiz avatar Oct 15 '21 10:10 jsuarezruiz

Maybe tap area is to small?

KSemenenko avatar Oct 30 '22 19:10 KSemenenko