2 Repos
Form elements that generate a series of selectable options from a data collection, such as radio button groups or checkbox sets.
Distinct from Button-Based Selection: None of the candidates cover the automatic generation of UI selection sets from data arrays; most are for test data generation.
Explore 2 awesome GitHub repositories matching user interface & experience · Collection-Based Selection Inputs. Refine with filters or upvote what's useful.
Simple Form is a Ruby on Rails form builder that provides a domain specific language for generating HTML forms mapped to database models. It functions as an automatic model input mapper, selecting the appropriate HTML input element based on the database column type of a model. The project employs a markup independent approach to separate business requirements from final HTML rendering and CSS. It provides a customizable form component library consisting of extensible builders and wrappers to standardize layout structures and input behaviors. The library covers database-driven form generation
Automatically generates radio buttons or checkboxes from arrays or ranges to capture multiple user choices.
ihp is a type-safe web framework and full-stack application orchestrator designed for PostgreSQL. It functions as a server-side rendering framework and a type-safe ORM that automatically generates record types from SQL schemas to ensure compile-time query validation. The platform distinguishes itself by verifying routing, database queries, and templates at compile time to prevent runtime crashes. It implements real-time web interfaces using WebSockets for instant data synchronization and employs server-driven hypermedia for partial DOM patching. The framework covers a broad range of integrat
Generates dropdown or radio button lists from record collections with preselected values.