question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Has tick icon on the unchecked toggle

See original GitHub issue

Issue type

I’m submitting a … (check one with “x”)

  • bug report
  • feature request

Issue description

Current behavior: Has tick icon on the unchecked toggle. but it’s only on some devices. (please see the following images)

Expected behavior:

Toggle should same for every device and should remove the tick icon for unchecked status

Related code:

<Toggle
  size="small"
  checked={switchStatus.inbox}
  onChange={value =>
    setSwtichStatus({ ...switchStatus, inbox: value })
  }
/>

Other information:

OS, device, package version

ui-kitten version: 4.1.1

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:12 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
artyorshcommented, Oct 17, 2019

In case you use UI Kitten 4.2 with Eva version lower than 1.2, you need to update Eva

0reactions
artyorshcommented, Oct 23, 2019

@BrunoLambert @iswanj I guess the only way to reproduce this is to use custom mappings. I can prove it with multiple apps built with the latest UI Kitten versions. In case you use custom mappings, make sure to change icon color for each state of the Toggle. You’re also able to contact us via contact@akveo.com to get help with it. I’m able to review it

Read more comments on GitHub >

github_iconTop Results From Across the Web

Checkbox, off, toggle, box, tick, unchecked, unticked icon
Download this checkbox, off, toggle, box, tick, unchecked, unticked icon in solid style from the Signs & symbols category. Available in PNG and...
Read more >
How to disable or uncheck the toggle switch when clicking ...
In my angular application I have some icons and on right side I have one toggle switch by default the switch is in...
Read more >
How to Remove Windows Icon Check Boxes (Updated)
2. When the Folder Options window opens, choose the View tab, scroll down and uncheck “Use check boxes to select items,” and click...
Read more >
Strange behaviour on toggle checkbox button with images
On page 1, I use this and the behavior is fine. When the checkbox is unchecked, the text is blue colored and it...
Read more >
How To Remove Windows Icon Check Boxes In Windows 10
How To Remove Windows Icon Check Boxes In Windows 10.You may have noticed that in Windows File Explorer, there are small check -boxes...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found