Radio
Single-choice radio group. Supports list, grid, cards, and images display modes.
Selectiontype: radioaccepts inputrequires options
Live Preview
Data Properties
| Name | Type | Default | Description |
|---|---|---|---|
title | string | - | Field label |
required | boolean | false | Whether the field is required |
options* | FieldOption[] | - | Array of {label, value, icon?, image?, description?} |
Config Options
| Name | Type | Default | Description |
|---|---|---|---|
displayMode | enum | list | list, grid, cards, images |
columns | 1-4 | - | Number of columns for grid/cards/images modes |
variant | enum | default | default, boxed, minimal |
size | enum | md | sm, md, lg |
helpText | string | - | Help text below the group |
Validation Rules
| Name | Type | Default | Description |
|---|---|---|---|
customMessage | string | - | Custom error message |