CheckBox

In this tutorial, we will explore various ways to implement a Checkbox in Flutter. A Checkbox is a type of widget that holds a boolean value. The two widgets that we will cover in this tutorial are: Checkbox CheckboxListTile If you are interested in video tutorials, check out the Flutter Video Tutorials page. Checkbox In…

Read More Flutter Checkbox Example

In this short Kotlin programming tutorial I am going to share with you how to create a CheckBox in Kotlin programmatically. You will learn how to create two checkboxes and how to read a value from CheckBox when it is selected. The code example below with cover: Create CheckBox in Kotlin programmatically, Use setOnClickListener to know when check…

Read More Create Checkbox in Kotlin Programmatically