Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

[Bug] CheckBox doesn't handle gestures #78

Open
davidortinau opened this issue Oct 14, 2021 · 2 comments
Open

[Bug] CheckBox doesn't handle gestures #78

davidortinau opened this issue Oct 14, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@davidortinau
Copy link

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>
@jsuarezruiz jsuarezruiz added the bug Something isn't working label Oct 15, 2021
@jsuarezruiz
Copy link
Contributor

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

@KSemenenko
Copy link

Maybe tap area is to small?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants