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)}
/>
Circle-style checkbox component for React Native.
npm install react-native-circle-checkbox --save
<CircleCheckBox
checked={true}
onToggle={(checked) => console.log('My state is: ', checked)}
/>