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 c10d590 commit ec02b1cCopy full SHA for ec02b1c
lib/src/fields/form_builder_checkbox.dart
@@ -22,7 +22,7 @@ class FormBuilderCheckbox extends StatefulWidget {
22
FormBuilderCheckbox({
23
@required this.attribute,
24
@required this.label,
25
- this.initialValue = false,
+ this.initialValue,
26
this.validators = const [],
27
this.readOnly = false,
28
this.decoration = const InputDecoration(),
0 commit comments