1. Go to this page and download the library: Download zfbase/zend1-bootstrap3 library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
$this->addElement('multiCheckbox', 'multiCheckbox', array(
'multiOptions' => array(
'option1' => 'Option one is this and that — be sure to
$this->addElement('radio', 'radio', array(
'multiOptions' => array(
'option1' => 'Option one is this and that — be sure to abled',
),
'label' => 'Radio',
'value' => 'option1',
'disable' => array('option3'),
'escape' => false,
));