webMathematica
>
webMathematica Paclet Symbol
webMathematica User Guide
HTML Formatting in webMathematica User Guide
Mathematica Web Functions in webMathematica User Guide
Tutorials
|
HTMLFormat
HTMLTableForm
HTMLSelect
See Also
HTMLCheckbox
HTMLCheckbox
[
name
]
returns an HTML input tag of type checkbox
HTMLSelect
[
name
, True|False]
checks/unchecks the checkbox
MORE INFORMATION
The HTML functions are contained in a package,
MSP`HTML`
, which is loaded as part of the web
Mathematica
layout.
The function
HTMLCheckbox
provides a useful way to generate an input
checkbox
tag with web
Mathematica
.
HTMLCheckbox
takes the name to use when the checkbox is submitted as an argument.
If a second argument is given, it is used to determine whether or not the box is checked.
EXAMPLES
CLOSE ALL
Basic Examples
(1)
You can demonstrate how the function works by loading the package.
In[1]:=
In[2]:=
Out[2]=
If a second argument is given, it is used to determine whether or not the box is checked. In the following example the checkbox is checked.
In[3]:=
Out[3]=
SEE ALSO
HTMLFormat
HTMLTableForm
HTMLSelect
TUTORIALS
web
Mathematica
User Guide
HTML Formatting in web
Mathematica
User Guide
Mathematica
Web Functions in web
Mathematica
User Guide