JHtmlGrid::boolean
Display a boolean setting widget.
Signature
public function boolean(integer
$i,
[integer
$value = null,
[string
$taskOn = null,
[string
$taskOff = null]]] )
Parameters
-
$i
- The row index.
-
$value
- The value of the boolean field.
-
$taskOn
- Task to turn the boolean setting on.
-
$taskOff
- Task to turn the boolean setting off.
Returns
- string
- The boolean setting widget.