react-native-bouncy-controlled-checkbox
v0.1.0
Published
checkbox for React Native
Downloads
12
Maintainers
Readme
说明
将受控组件的状态由 state
自管理,转为通过 props
更新状态。方便与父组件进行交互。
<BouncyControlledCheckbox
checked={checked}
onCheckPress={(checked) => {
console.log(checked);
}}
/>
License
React Native Bouncy Checkbox is available under the MIT license. See the LICENSE file for more info.