Checkbox

A collection of 14 posts

A React Native checkbox that can be customize

Custom Checkbox React Native It's a React Native checkbox that can be customize. Works for both Android and iOS. Install Install the package via npm: npm i react-native-custom-checkbox --save The React Native Vector
16 August 2017

Circle-style checkbox component for React Native

ReactNativeCircleCheckbox Circle-style checkbox component for React Native. Installation npm install react-native-circle-checkbox --save Usage <CircleCheckBox checked={true} onToggle={(checked) => console.log('My state is: ', checked)} /> GitHub
11 August 2017

Checkbox component for react native

react-native-check-box Checkbox component for react native, it works on iOS and Android. Changes For React Native >= 0.4.4 use v2.+, for React Native < 0.4.4 use v1.0.4
29 July 2017