react-icheck icon indicating copy to clipboard operation
react-icheck copied to clipboard

:radio_button: iCheck components built with React. Highly customizable checkbox, radio buttons and radio group.

Results 7 react-icheck issues
Sort by recently updated
recently updated
newest added

I'm having an issue where I have a RadioGroup with two Radio objects inside. They appear like so: ![image](https://user-images.githubusercontent.com/35693671/36559672-90230fbc-1806-11e8-816d-5854b643f6d2.png) I need them to appear vertically, like so: ![image](https://user-images.githubusercontent.com/35693671/36559720-ae7b80fc-1806-11e8-8687-a578f9f2ebb5.png) This was...

Warning: Received `false` for non-boolean attribute `cursor`. If this is expected, cast the value to a string. in input (created by EnhancedSwitch) in div (created by EnhancedSwitch) in label (created...

Before I go into the style and do some manual customization, I want to ask how does the increaseArea prop work? I tried to adjust to different value but I...

When passing onChange to the checkox component I expected to be able to read `e.target.checked` which doesnt work, since it triggers before rerendering the inner checkbox. I found that you...

var _mobile = /ipad|iphone|ipod|android|blackberry|windows phone|opera mini|silk/i.test(navigator.userAgent); The line fails on isomorphic page loads when rendering on the server side since there is no browser environment. at Object. (.../node_modules/react-icheck/lib/EnhancedSwitch.js:33:89) [1] at...

- [ ] [[email protected]](https://github.com/fronteed/icheck/tree/2.x) - [ ] CheckboxGroup - [ ] removes a 300ms delay between a physical tap and the firing the changes on mobile browsers). Compatible with but...

I think is the same with https://github.com/fronteed/iCheck/issues/95... if true, how can I pass the tap property.