From 185b55aa74d55db7a3b389b0a8c1fdc4c01cb033 Mon Sep 17 00:00:00 2001 From: rishichawda Date: Sun, 24 Feb 2019 14:10:06 +0530 Subject: [PATCH] chore(multiselectcheckbox): add expertise level --- snippets/MultiselectCheckbox.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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