Radio Buttons
Allows users to select one option from a bullets list.
Allows users to select one option from a bullets list.
| Field | Value |
|---|
| Name | xp/form-field-radio |
| Title | Radio Buttons |
| Category | xpac-form-generic-field |
| API version | 3 |
| Keywords | xpac, form, field, radio |
| Package | forms |
| Metadata file | dist/packages/forms/blocks/radio/block.json |
| Feature | Value |
|---|
className | Disabled |
| Name | Type | Default | Source/Enum |
|---|
additionalAttributes | object | {} | — |
choices | array | [{"value":"","label":"","isChecked":true}] | — |
description | string | "" | source html; selector .xp-block-form-field__description |
id | string | "" | — |
label | string | "Untitled" | — |
labelVisibility | string | "visible" | enum "visible", "hidden" |
name | string | "" | — |
rules | object | {"required":{"value":false,"message":""}} | — |