BEMCheckBox is an open-source library making it easy to create beautiful, highly customizable, animated checkboxes for iOS. The iOS Sample App included with this project demonstrates one way to correctly setup and use BEMCheckBox. It also offers the possibility to customize the checkbox within the app. BEMCheckBoxes can easily be grouped together to form radio button functionality. This will automatically manage the state of each checkbox in the group, so that only one is selected at a time, and can optionally require that the group has a selection at all times. Setting up BEMCheckBox to your project couldn't be more simple. It is modeled after UISwitch. In fact, you could just replace instances of UISwitch by BEMCheckBox in your project!
Features
- Requires iOS 7 or later. The sample project is optimized for iOS 9
- Requires Automatic Reference Counting (ARC)
- Optimized for ARM64 Architecture
- BEMCheckBox can be used with React Native
- BEMCheckBox can be used with NativeScript
- BEMCheckBox can also be used with Xamarin