
Company News
Socket Has Acquired Secure Annex
Socket has acquired Secure Annex to expand extension security across browsers, IDEs, and AI tools.
react-native-circle-checkbox
Advanced tools
Circle-style checkbox component for React Native.
npm install react-native-circle-checkbox --save
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"
/>

checked : initial state of checkbox. Default: falseonToggle : function that will be invoked by pressing to checkbox with checked property as argument.outerSize : Diameter of outer circle. Minimum: 10, default: 26filterSize : Diameter of underlayer circle. Minimum: 7, default: 23innerSize : Diameter of flag. Minimum: 2, default: 18outerColor : Color of outer circle. Default: #FC9527filterColor : Color of underlayer circle. Default: #FFFinnerColor : Color of flag. Default: #FC9527label : Checkbox label. Default: emptylabelPosition : Label rendering position. Default: right, may be 'right' or 'left'. For your convenience this package exports LABEL_POSITION object with two keys - RIGHT and LEFT. You can use it for labelPosition definition.styleCheckboxContainer: Styles for checkbox container.styleLabel: Styles for label.FAQs
Circle checkbox component for React Native
We found that react-native-circle-checkbox demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket has acquired Secure Annex to expand extension security across browsers, IDEs, and AI tools.

Research
/Security News
Socket is tracking cloned Open VSX extensions tied to GlassWorm, with several updated from benign-looking sleepers into malware delivery vehicles.

Product
Reachability analysis for PHP is now available in experimental, helping teams identify which vulnerabilities are actually exploitable.