Concept Flow - Group bindings
Initialize group variable
Render inputs with bind:group
User clicks an input
Update group variable
Re-render inputs with updated checked state
↩Back to User clicks an input
This flow shows how Svelte binds multiple inputs to one variable, updating it when user selects an option and re-rendering inputs accordingly.