
Company News
Socket Has Acquired Secure Annex
Socket has acquired Secure Annex to expand extension security across browsers, IDEs, and AI tools.
simple-react-native-radio-button-group
Advanced tools
``` npm i --save simple-react-native-radio-button-group
npm i --save simple-react-native-radio-button-group
import React, {useEffect, useState} from 'react';
import RadioButton from 'react-native-radio-button';
let Form = ()=>{
let radioButtonsData=[{label:'item1',value:0},{label:'item2',value:1}]
let [item,setItem] = useState(0)
return <RadioButton
data={radioButtonsData} // array of items
selected={item} // pre selected value
onChange={val => { //change selected items
setGender(val);
}}
disabled //use this for disable your button
/>
}
``
## License
The MIT License.
FAQs
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.