We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ff40f1 commit 4712facCopy full SHA for 4712fac
README.md
@@ -19,6 +19,7 @@ Inspired from [Material-UI](https://github.com/callemall/material-ui).
19
interface Props extends React.Props<Checkbox> {
20
label : string;
21
style: any;
22
+ defaultChecked?: boolean;
23
checkedIcon?: any;
24
uncheckedIcon?: any;
25
};
0 commit comments