Overview

Packages

  • Geolib

Classes

  • Geo
  • GeoBody
  • GeoCell
  • GeoDebug
  • GeoHead
  • GeoHtml
  • GeoImg
  • GeoLink
  • GeoList
  • GeoSelect
  • GeoTable
  • GeoTag

Functions

  • b
  • div
  • geoAbsLink
  • geoAnchor
  • geoBody
  • geoButton
  • geoCell
  • geoCheckbox
  • geoDb
  • geoEnd
  • geoFieldSet
  • geoForm
  • geoHead
  • geoHidden
  • geoHtml
  • geoif
  • geoIList
  • geoImg
  • geoImgSubmit
  • geoInput
  • geoIsMultiArr
  • geoItem
  • geoJSLink
  • geoLabel
  • geoLegend
  • geolib_autoloader
  • geoLink
  • geoList
  • geoMultiArr
  • geoNoScript
  • geoPassword
  • geoPre
  • geoRadio
  • geoRadios
  • geoScript
  • geoSelect
  • geoStart
  • geoSubmit
  • geoTable
  • geoTabs
  • geoTag
  • geoText
  • geoTextArea
  • geoTrace
  • geoUpload
  • geovar
  • h1
  • h2
  • h3
  • h4
  • i
  • idiv
  • ispan
  • itag
  • p
  • span
  • Overview
  • Package
  • Function

Function geoCheckbox

Create an HTML checkbox.

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
Parameters summary
string $name Name of value retured by this field
string $text = null Checkbox text
boolean $isChecked = null Indicates that this box is checked
string $id = null Id attribute. To add labels to the text, you must add $id
string $trueOrFalse = null <p>Indicates type of return value Use 't' or 'f', in which cases checkbox value will return 't' or 'f' instead of true or null If 'f' is used, checkbox will reverse true for false. When using checkbox arrays (as in checkboxName[]), use $trueOrFalse for the value</p>
string & $extLabel = null <p>External label. To create an unattached label, pass a true variable as $extlabel and then use $extLabel as the label</p>
string $class = null Class attribute
Return value summary
string HTML checkbox
API documentation generated by ApiGen