Skip to content

Commit 4712fac

Browse files
authored
Update README.md
1 parent 8ff40f1 commit 4712fac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Inspired from [Material-UI](https://github.com/callemall/material-ui).
1919
interface Props extends React.Props<Checkbox> {
2020
label : string;
2121
style: any;
22+
defaultChecked?: boolean;
2223
checkedIcon?: any;
2324
uncheckedIcon?: any;
2425
};

0 commit comments

Comments
 (0)