--- title: Form Inputs Components group: Component Gallery --- ## Bookings Form The `TextInput`, `SelectInput`, `CheckboxInput` and `TextAreaInput` contains the most popular Input controls used by C# POCOs which can be bound directly to Request DTOs and includes support for [declarative](/declarative-validation) and [Fluent Validation](/validation) binding. ```html

Update an existing Booking

Delete
Update Booking
``` Which can be wired up to handle querying, updating and deleting including limiting functionality to authorized users with: ```html ``` This also shows how we can utilize `enumOptions` from our [App Metadata](/vue/use-metadata) to populate select drop downs from C# enums.