You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -192,7 +192,8 @@ Column(
192
192
## Input widgets
193
193
The currently supported fields include:
194
194
*`FormBuilderCheckbox` - Single Checkbox field
195
-
*`FormBuilderCheckboxList` - List of Checkboxes for multiple selection
195
+
*`FormBuilderCheckboxList` - List of Checkboxes for multiple selection with options listed vertically.
196
+
*`FormBuilderCheckboxGroup` - List of Checkboxes for multiple selection. Unlike in `FormBuilderCheckboxList`, options can either be shown vertically or horizontally.
196
197
*`FormBuilderChipsInput` - Takes a list of `Chip`s as input and suggests more options on typing
197
198
*`FormBuilderChoiceChip` - Creates a chip that acts like a radio button.
198
199
*`FormBuilderColorPicker` - For `Color` input selection
@@ -203,8 +204,8 @@ The currently supported fields include:
203
204
*`FormBuilderFilterChip` - Creates a chip that acts like a checkbox.
204
205
*`FormBuilderImagePicker` - Picker a image from Gallery or Camera and stores it in a List of images, File or String. **Note**: This picker is available for iOS and Android.
205
206
*`FormBuilderPhoneField` - International phone number input.
206
-
*`FormBuilderRadio` - Used to select one value from a list of Radio Widgets
207
-
*`FormBuilderRadioGroup` - Used to select one value from a list of Radio Widgets
207
+
*`FormBuilderRadio` - Used to select one value from a list of Radio Widgets listed vertically.
208
+
*`FormBuilderRadioGroup` - Used to select one value from a list of Radio Widgets. Unlike in `FormBuilderRadio`, options can either be shown vertically or horizontally.
208
209
*`FormBuilderRangeSlider` - Used to select a range from a range of values
209
210
*`FormBuilderRate` - For selection of a numerical value as a rating
210
211
*`FormBuilderSegmentedControl` - For selection of a value from the `CupertinoSegmentedControl` as an input
0 commit comments