Home

Awesome

ReactNativeCircleCheckbox

Circle-style checkbox component for React Native.

Installation

  npm install react-native-circle-checkbox --save

Usage

import CircleCheckBox, {LABEL_POSITION} from 'react-native-circle-checkbox';  
   
<CircleCheckBox
  checked={true}
  onToggle={(checked) => console.log('My state is: ', checked)}
  labelPosition={LABEL_POSITION.RIGHT}
  label="Checkbox example"
/>

Preview

alt tag

Available properties: