1# expo-checkbox 2 3`expo-checkbox` provides a basic `boolean` input element for Android, iOS and web. 4 5## API documentation 6 7Please refer to the [API documentation for the latest stable release](https://docs.expo.dev/versions/latest/sdk/checkbox/). 8 9## Installation 10 11``` 12npx expo install expo-checkbox 13``` 14 15## Contributing 16 17Contributions are very welcome! Please refer to guidelines described in the [contributing guide](https://github.com/expo/expo#contributing). 18