
edit_field_checkbox

<& edit_field_checkbox, column => $column, row => $row &>

Given a column and an optional row, this component produces a checkbox form element for that column. The value of this column when checked is 1.
If a row is given, then its value will determine whether or not the checkbox is checked. Otherwise the column's default value will be used.

An Alzabo::Column object.
An Alzabo row object.
This defaults to $m->base_comp->attr_if_exists('checkbox_class_default').