Skip to content

Commit 7fc4a32

Browse files
author
Edward Xiao
authored
Update README.md
1 parent 8633903 commit 7fc4a32

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
@@ -242,7 +242,7 @@ import 'react-inputs-validation/lib/react-inputs-validation.min.css';
242242
|id | Opt | Str | | "" |
243243
|name | Opt | Str | | "" |
244244
|value | Opt | Str | | "" |
245-
|checked |**Req.**| Bool | | false |
245+
|**checked** |**Req.**|**Bool**|**Recommend using the value returned from ```onChange``` callback, which is ```isChecked```.** |**false** |
246246
|disabled | Opt | Bool | | false |
247247
|**validate** |**Opt**|**Bool**|**If you have a submit button and trying to validate all the inputs of your form at once, toggle it to true, then it will validate the field and pass the result via the "validationCallback" you provide.**|**false** |
248248
|**validationCallback** |**Opt**|**Func**|**Return the validation result.**|**none** |

0 commit comments

Comments
 (0)