bool

Description

Wpart responsible for boolean values. The values fetched from the HTML form are kept as an true or false atoms.

The rendered widget is <input type="checkbox" ... />.

Examples

Records definitions

...
{bool, [
        %% other parameters
       ]
},
...

HTML tag

<wpart:bool OTHER_HTML_ATTRIBUTES />

Wparts/BasicTypes/bool (last edited 2011-09-28 15:14:26 by PiotrDorobisz)