Skip to content

Commit 70519aa

Browse files
committed
Explain differences in README between Radio v RadioGroup and CheckboxList v CheckboxGroup
1 parent e1ffe3c commit 70519aa

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,8 @@ Column(
192192
## Input widgets
193193
The currently supported fields include:
194194
* `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.
196197
* `FormBuilderChipsInput` - Takes a list of `Chip`s as input and suggests more options on typing
197198
* `FormBuilderChoiceChip` - Creates a chip that acts like a radio button.
198199
* `FormBuilderColorPicker` - For `Color` input selection
@@ -203,8 +204,8 @@ The currently supported fields include:
203204
* `FormBuilderFilterChip` - Creates a chip that acts like a checkbox.
204205
* `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.
205206
* `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.
208209
* `FormBuilderRangeSlider` - Used to select a range from a range of values
209210
* `FormBuilderRate` - For selection of a numerical value as a rating
210211
* `FormBuilderSegmentedControl` - For selection of a value from the `CupertinoSegmentedControl` as an input

0 commit comments

Comments
 (0)