diff --git a/snippets/MultiselectCheckbox.md b/snippets/MultiselectCheckbox.md index 9cf92ac7f..0144c112e 100644 --- a/snippets/MultiselectCheckbox.md +++ b/snippets/MultiselectCheckbox.md @@ -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. \ No newline at end of file +* 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 \ No newline at end of file