Image radio
Image radio field renders a set of radio buttons with images as labels. Supports initial checked
or disabled
attributes.
Example configuration
This will produce the following
checked
and disabled
checked
and disabled
If checked
or disabled
keys are specified, they'll be respected. E.g:
will result in the following
Notice that the second option is checked on initial page load and the third option is not checkable.
Params
Name
Type
Description
type
string
radio
(required)
id
string
Unique ID that will be used to retrieve the value (required)
tab
string
Specifies in which tab this option will be rendered
title
string
Shows a heading to the left of the field
desc
string
Shows a description text (can have HTML)
choices
array
Last updated