- echo $this->Form->input('tos', array(
- 'type' => 'checkbox',
- 'label' => __d('users', 'I have read and agreed to ', true) .
- $this->Html->link(__d('users',
- 'Terms of Service', true),
- array('controller' => 'pages', 'action' => 'tos'),
- array('target' => '_blank')),
- 'error' => __d('users', 'You must verify you have read the Terms of Service', true)
- )
- );