form_radio([$data = ''[, $value = ''[, $checked = FALSE[, $extra = '']]]])
Parameters: |
|
---|---|
Returns: |
An HTML radio input tag |
Return type: |
string |
This function is identical in all respects to the form_checkbox()
function above except that it uses the “radio” input type.
Please login to continue.