Revision 3 (by ahitrov@rambler.ru, 2010/03/24 15:19:32) The CORE
<input <% $prop->{readonly} ? 'readonly ' : '' %>type="checkbox" name="<% $name %>" value="<% $value %>" <% $check ? ' checked' : '' %>>
<%args>
	$name	=> undef
	$value	=> 1
	$check	=> undef
	$prop	=> {}
</%args>