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 />
