Answers for "old codestar checkbox"

PHP
0

old codestar checkbox field

array(
  'id'         => 'unique_option_303',
  'type'       => 'checkbox',
  'title'      => 'Checkbox Field',
  'options'    => array(
    'bmw'      => 'BMW',
    'mercedes' => 'Mercedes',
    'audi'     => 'Audi',
  ),
),
Posted by: Guest on May-27-2021
0

old codestar checkbox field

array(
  'id'    => 'unique_option_301',
  'type'  => 'checkbox',
  'title' => 'Checkbox Field',
  'label' => 'Yes, Please do it.'
),
Posted by: Guest on May-27-2021

Browse Popular Code Answers by Language