From 07cebdde099407911cea089d142849f567d6e8e3 Mon Sep 17 00:00:00 2001 From: OssamaZ Date: Sat, 9 Sep 2017 16:25:12 +0100 Subject: [PATCH] Added checkBoxColor prop to the documentation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6b1a6cd..2a03e52 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,7 @@ unCheckedImage | PropTypes.element | true | Default image | Custom unchec isChecked | PropTypes.bool | false | false | checkbox checked state onClick | PropTypes.func.isRequired | false | | callback function disabled | PropTypes.bool | true | false | Disable the checkbox button +checkBoxColor | PropTypes.string | true | | Tint color of the checkbox image ## Contribution