Radio
Available for fields of type selection
.
<field name="entry_level" widget="radio" />
With vertical direction
<field name="entry_level" widget="radio" widget_props='{"direction": "vertical"}' />
API
Property | Description | Type | Default | Version |
---|---|---|---|---|
widget_props | Props for the widget. See Widget props | - | - |
Widget props
Property | Description | Type | Default | Version |
---|---|---|---|---|
direction | Direction of the radio buttons | horizontal | vertical | horizontal | - |