Update all snippets to new format
This commit is contained in:
@ -1,4 +1,7 @@
|
||||
### MultiselectCheckbox
|
||||
---
|
||||
title: MultiselectCheckbox
|
||||
tags: input,state,array,intermediate
|
||||
---
|
||||
|
||||
Renders a checkbox list that uses a callback function to pass its selected value/values to the parent component.
|
||||
|
||||
@ -58,7 +61,3 @@ ReactDOM.render(
|
||||
document.getElementById('root')
|
||||
);
|
||||
```
|
||||
|
||||
<!-- tags: input,state,array -->
|
||||
|
||||
<!-- expertise: 1 -->
|
||||
|
||||
Reference in New Issue
Block a user