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.

The Properties Panel can be used to customize the behavior of your Checkboxes widget.
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.
Last modified 8mo ago