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