We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I want to set "Medium" as the default radio button
echo $this->Form->input('priority', array( 'type' => 'radio', 'before' => '<label class="col col-md-3 control-label">Priority</label>', 'legend' => false, 'class' => 'radio-btn', 'options' => array( 1 => 'High', 2 => 'Medium', 3 => 'Low' ) ));