What problem does it solve?
This skill simplifies rendering accessible HTML forms in BoxLang by providing a ready-made set of components (bx:form, bx:input, bx:select, bx:slider, bx:textarea) that produce semantic markup, labeled controls, and consistent styling hooks, reducing boilerplate and UI drift.
Core Features & Use Cases
- bx:form acts as the outer form container and governs submission semantics.
- bx:input, bx:select, bx:slider, and bx:textarea cover a wide range of form controls with built-in labeling and accessibility considerations.
- Use cases include login and registration flows, profile updates, settings panels, and data-entry forms that require preservedata, CSRF integration, and semantic HTML output.
Quick Start
Install the bx-ui-forms module and start rendering accessible HTML forms with bx:form, bx:input, bx:select, bx:slider, and bx:textarea in BoxLang.