|
|
@@ -1239,7 +1239,7 @@ class FormHelper extends Helper {
|
|
|
* - `hiddenField` - boolean to indicate if you want the results of radio() to include
|
|
|
* a hidden input with a value of ''. This is useful for creating radio sets that non-continuous
|
|
|
* - `disabled` - Set to `true` or `disabled` to disable all the radio buttons.
|
|
|
- * - `empty` - Set to `true` to create a input with the value '' as the first option. When `true`
|
|
|
+ * - `empty` - Set to `true` to create an input with the value '' as the first option. When `true`
|
|
|
* the radio label will be 'empty'. Set this option to a string to control the label value.
|
|
|
*
|
|
|
* @param string $fieldName Name of a field, like this "Modelname.fieldname"
|