How to Implement Checkbox in Jetpack Compose?
In this article, we will learn how to implement Checkbox and TriStateCheckbox APIs in Jetpack Compose. Prerequisites: What is Checkbox in Android Jetpack Compose? A checkbox helps the user to select an item. Checkboxes can turn an option on or off. Example: For this article, open MainActivity, create a MyUI() composable and call it from … Read more