new_ml_form_checkbox

NAME
SYNOPSIS
DESCRIPTION
AUTHOR
LICENSE
VERSION
SEE ALSO

NAME

new_ml_form_checkbox - monolith form checkbox input widget

SYNOPSIS

#include <ml_form_checkbox.h>

ml_form_checkbox new_ml_form_checkbox (pool pool, ml_form form);

DESCRIPTION

This is a checkbox (tickbox) for use in forms.
new_ml_form_checkbox creates a new form checkbox input widget. The form into which this widget is being embedded is passed as the form parameter.

AUTHOR

Richard Jones <rich@annexia.org>

LICENSE

GNU LGPL (see http://www.gnu.org/)

VERSION

monolith-1.0.0

SEE ALSO

new_ml_form(3), ml_form_input_get_value(3).