Image radio
Example configuration
...
array(
'title' => 'My image radio field title',
'id' => 'image-radio-option',
'desc' => 'Short description for the field',
'tab' => 'main',
'type' => 'image-radio',
'choices' => array(
array(
'value' => 'First val',
'image' => 'path/to/image-one.png',
),
array(
'value' => 'Second val',
'image' => 'path/to/image-two.png',
),
array(
'value' => 'Third val',
'image' => 'path/to/image-three.png',
),
),
),
...
checked and disabled
checked and disabled
Params
Last updated