From 76cde8d8a40ab969c11eef180ba5f970a29206da Mon Sep 17 00:00:00 2001 From: joshaber Date: Wed, 7 Dec 2016 14:29:11 -0500 Subject: [PATCH] :book: --- app/src/ui/lib/checkbox.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/ui/lib/checkbox.tsx b/app/src/ui/lib/checkbox.tsx index 3a29a018c1..030c8bb154 100644 --- a/app/src/ui/lib/checkbox.tsx +++ b/app/src/ui/lib/checkbox.tsx @@ -17,6 +17,7 @@ interface ICheckboxProps { /** The tab index of the input element. */ readonly tabIndex?: number + /** The label for the checkbox. */ readonly label?: string }