Concept Flow - Checkbox and radio bindings
User clicks checkbox/radio
Svelte updates bound variable
Component re-renders with new state
UI reflects updated checked state
When a user clicks a checkbox or radio button, Svelte updates the bound variable automatically, then re-renders the component to show the new checked state.