This commit is contained in:
joshaber 2016-12-07 14:29:11 -05:00
parent 108bcc9a51
commit 76cde8d8a4

View file

@ -17,6 +17,7 @@ interface ICheckboxProps {
/** The tab index of the input element. */
readonly tabIndex?: number
/** The label for the checkbox. */
readonly label?: string
}