A customizable checkbox component for React Native that works on both iOS and Android.
react-native-check-box is a React Native component that provides a fully functional checkbox for mobile applications. It enables developers to implement consistent selection interfaces across both iOS and Android platforms with minimal effort.
React Native developers building mobile applications that require checkbox inputs for forms, settings, or selection lists.
Developers choose this component for its cross-platform compatibility, customizable appearance, and simple API that reduces implementation time compared to building a checkbox from scratch.
Checkbox component for react native, it works on iOS and Android.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Works seamlessly on iOS and Android, eliminating the need for platform-specific code, as emphasized in the README's demo and description.
Supports custom images for checked/unchecked states, tint colors, and text styling, with detailed API props like checkedImage and leftTextStyle.
Easy to implement with clear props such as onClick and isChecked, reducing setup time, as shown in the basic usage example.
Allows left or right text placement and custom text views, enhancing UI adaptability, per the API documentation.
Missing built-in support for checkbox groups, form integration, or advanced accessibility features, requiring manual implementation by developers.
The README specifies version constraints for React Native (e.g., >=0.54 for v2.1.2+), which can lead to integration headaches if not matched.
Relies on external images for custom checkboxes, adding setup complexity compared to purely code-based styling solutions.