# Form Handling Forms are a crucial part of any application. Lune makes handling form inputs and submission straightforward with `lu-model`. ## Basic Bindings ### Text Input ```html
Message is: {{ message }}
Picked: {{ picked }}
Selected: {{ selected }}