This repository was archived by the owner on Feb 27, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import {Field} from 'formik'
4
4
/**
5
5
* Render Checkbox component.
6
6
*
7
- * @param {object } props Input props.
7
+ * @param {object } props The component attributes as props.
8
8
* @param {string } props.className Input className.
9
9
* @param {string|number } props.id Input id.
10
10
* @param {string } props.label Input label.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import Checkbox from '@/components/atoms/Inputs/Checkbox'
5
5
/**
6
6
* Render CheckboxGroup component.
7
7
*
8
- * @param {object } props CheckboxGroup props.
8
+ * @param {object } props The component attributes as props.
9
9
* @param {Array } props.checkboxes Array of checkbox data objects.
10
10
* @param {string } props.className CheckboxGroup wrapper className.
11
11
* @param {string|number } props.id CheckboxGroup id.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import {Field, ErrorMessage} from 'formik'
5
5
* Render the Text component.
6
6
*
7
7
* @author WebDevStudios
8
- * @param {object } props props.
8
+ * @param {object } props The component attributes as props.
9
9
* @param {string } props.className Text wrapper className.
10
10
* @param {string } props.description Text description.
11
11
* @param {string } props.id Text input id.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import cn from 'classnames'
7
7
/**
8
8
* Render Form component.
9
9
*
10
- * @param {object } props Form props.
10
+ * @param {object } props The component attributes as props.
11
11
* @param {Element } props.children Form children elements.
12
12
* @param {string } props.className Form wrapper class.
13
13
* @param {object } props.formDefaults Formik default data.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import * as Input from '@/components/atoms/Inputs'
6
6
/**
7
7
* Render GravityForms Checkbox field component.
8
8
*
9
- * @param {object } props GravityForm Checkbox field props.
9
+ * @param {object } props GravityForm Checkbox field as props.
10
10
* @param {string } props.className GravityForm field wrapper class.
11
11
* @param {string } props.description GravityForm field description.
12
12
* @param {Array } props.inputs Array of checkbox field input data.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import cn from 'classnames'
6
6
/**
7
7
* Render GravityForms Checkbox field component.
8
8
*
9
- * @param {object } props GravityForm Checkbox field props.
9
+ * @param {object } props GravityForm Checkbox field as props.
10
10
* @param {string } props.className GravityForm field wrapper class.
11
11
* @param {string } props.description GravityForm field description.
12
12
* @param {string|number } props.id GravityForm field id.
You can’t perform that action at this time.
0 commit comments