Form
FormRadio
Renders a list of options with standard circular radio buttons next to label texts (e.g. for gender).
How is this guide?
FormPick
renders selectable options as **clickable cards**. It natively supports `as const` arrays and custom rendering.
FormSearchSelect
is an advanced autocomplete component with **search filtering**, **keyboard navigation**, and **flexible rendering** through a render prop pattern. It provides a more powerful alternative to `FormSelect` when you need custom item rendering or complex filtering logic.