Search
⌃K

Checkbox

Checkboxes allow the user to select one or more items from a set. We can use its onChanged property to interact or modify other widgets in the flutter app.

Customizing

The Properties Panel can be used to customize the behavior of your Checkboxes widget.

Adding Action

To perform any action on click of the Checkbox, add an Action in the widget. You can find the instructions on adding the Action here.