We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adf30ad commit c4c206cCopy full SHA for c4c206c
lib/src/fields/form_builder_checkbox_list.dart
@@ -21,7 +21,7 @@ class FormBuilderCheckboxList extends StatefulWidget {
21
FormBuilderCheckboxList({
22
@required this.attribute,
23
@required this.options,
24
- this.initialValue = const [],
+ this.initialValue,
25
this.validators = const [],
26
this.readOnly = false,
27
this.leadingInput = false,
0 commit comments