check_box(method, options = {}, checked_value = "1", unchecked_value = "0")
Instance Public methods
Returns a checkbox tag tailored for accessing a specified attribute
(identified by method) on an object assigned to the template
(identified by object). This object must be an instance object
(@object) and not a local object. It's intended that
method returns an integer and if that integer is above zero,
then the checkbox is checked. Additional options on the input tag can be
passed