Enhance Checkbox to use bind:group

This commit is contained in:
Gregor Wassmann 2021-12-27 23:31:56 +01:00
commit ede294d553
6 changed files with 54 additions and 5 deletions

View file

@ -25,4 +25,10 @@
### Skeleton
<Checkbox skeleton />
<Checkbox skeleton />
### Multiple
Bind a selection list to multiple checkboxes.
<FileSource src="/framed/Checkbox/MultipleCheckboxes" />