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 }