chore(multiselectcheckbox): add expertise level

This commit is contained in:
rishichawda
2019-02-24 14:10:06 +05:30
parent 4ccd760bfa
commit 185b55aa74

View File

@ -64,4 +64,6 @@ ReactDOM.render(
```
#### Notes:
* The checkbox input in this case is kept as `readOnly` since click events are handled for the item ( label + input ) and not the `input` alone.
* The checkbox input in this case is kept as `readOnly` since click events are handled for the item ( label + input ) and not the `input` alone.
expertise: 0