Skip to content

Instantly share code, notes, and snippets.

View Samhamsam's full-sized avatar
💭
https://chost.com.py

Samhamsam

💭
https://chost.com.py
View GitHub Profile
@Samhamsam
Samhamsam / gist:ac955f204f726ae058c38dbabc9e80b9
Created August 16, 2019 20:43
Svelte Checkbox-Group, with parent and children checkboxes
<script>
export let name;
let filling = [];
let parent_check = [];
let data = [
{
ranchname: "test",
groups: ["a", "b", "c", "d", "e"]
},
{