implementation advice for how to toggle css properties of a parent div using its child checkbox in svelte – Html
This took me way to long and I still think my implementation is rather bad and confusing, right now I'm just largely confused why things break if I remove checkedActivities.has(activity) ? "checked" : "unchecked" because I thought my typescript replaces…