Function geoRadio
Create a radio button.
Package: Geolib
License: Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html
Author: Peter Pitchford peter@geotonics.com
Located at geoFunctions.php
License: Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html
Author: Peter Pitchford peter@geotonics.com
Located at geoFunctions.php
string |
$name |
Name of radio button group |
string |
$id |
Id attribute |
string |
$label = null |
Text of label |
boolean |
$isChecked = null |
Indicates that this element is selected |
string |
$value = null |
Radio group will return this value if this element is selected |
array |
$atts = null |
Any other attributes |
string |
$class = null |
Class attribute |
boolean |
$isScale = null |
<p>Indicates that the radio button and its label are returned in 2 divs, instead of together in one line. This is handy for creating 1-10 scales</p> |
string
|
HTML list item |