Skip to content

Commit 34c6c33

Browse files
Update README.md (#568)
FormBuilderCheckboxList is now deprecated. It has been replaced with FormBuilderCheckboxGroup.
1 parent 288727d commit 34c6c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Column(
124124
initialValue: 1,
125125
max: 5,
126126
),
127-
FormBuilderCheckboxList(
127+
FormBuilderCheckboxGroup(
128128
decoration:
129129
InputDecoration(labelText: "The language of my people"),
130130
attribute: "languages",

0 commit comments

Comments
 (0)