Skip to content

How do I set a default radio button checked with boostcake? #58

@ghost

Description

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'
        )
));

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions