chore(multiselectcheckbox): add expertise level
This commit is contained in:
@ -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
|
||||
Reference in New Issue
Block a user