1. Go to this page and download the library: Download slywalker/twitter_bootstrap 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/ */
echo $this->Form->input('field6', array(
'label' => 'Checkboxes',
'type' => 'select',
'multiple' => 'checkbox',
'options' => array(
'1' => 'Option one is this and that¡ªbe sure to > '<strong>Note:</strong> Labels surround all the options for much larger click areas and a more usable form.',
));
echo $this->Form->input('field7', array(
'label' => 'Radio buttons',
'type' => 'radio',
'options' => array(
'1' => 'Option one is this and that¡ªbe sure to