Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CheckBox icon cannot be seen #3906

Open
1 task done
moustafahelmi96 opened this issue May 16, 2024 · 1 comment
Open
1 task done

CheckBox icon cannot be seen #3906

moustafahelmi96 opened this issue May 16, 2024 · 1 comment

Comments

@moustafahelmi96
Copy link

moustafahelmi96 commented May 16, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Explain what you did

            <CheckBox
              key={index}
              title={option}
              checkedIcon={"check"}
              uncheckedIcon={"close"}
              checked={checkDonationsValue(option)}
              onPress={() => setDonationsValue(option)}
              size={20}
            />

Expected behavior

Icon should be displayed

Describe the bug

After adding the checkedIcon and uncheckedIcon the icon should be displayed

Steps To Reproduce

import { CheckBox } from "@rneui/themed";

add the CheckBox tag

Screenshots

Screenshot 2024-05-16 at 4 06 04 PM

Your Environment

`npx @rneui/envinfo`
  ```
    Output from `npx @rneui/envinfo` goes here.
  ```
@l2aelba
Copy link

l2aelba commented Jun 5, 2024

+++ (Web version)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants