Appearance
a11ydocs / RadioGroupItemOptions
Interface: RadioGroupItemOptions
Defined in: src/types.ts:2748
Options for a single radio button in a radio group.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
height | number | Height in PDF points. | src/types.ts:2758 |
value | string | Current or default value for the option. | src/types.ts:2750 |
width | number | Width in PDF points. | src/types.ts:2756 |
x | number | Horizontal position in PDF points. | src/types.ts:2752 |
y | number | Vertical position in PDF points. | src/types.ts:2754 |