Update frontmatter data

This commit is contained in:
Angelos Chalaris
2023-04-28 22:19:13 +03:00
parent 6d5cd56327
commit 7efb072407
78 changed files with 234 additions and 204 deletions

View File

@ -1,9 +1,9 @@
---
title: Stateful checkbox with multiple selection
tags: components,input,state,array
type: snippet
tags: [components,input,state,array]
cover: violin
firstSeen: 2019-01-27T09:25:57+02:00
lastUpdated: 2021-10-13T19:29:39+02:00
dateModified: 2021-10-13T19:29:39+02:00
---
Renders a checkbox list that uses a callback function to pass its selected value/values to the parent component.