Line # Revision Author
1 8 ahitrov@rambler.ru <input <% $prop->{readonly} ? 'readonly ' : '' %>type="checkbox" name="<% $name %>" value="<% $value %>" <% $check ? ' checked' : '' %>>
2 <%args>
3 $name => undef
4 $value => 1
5 $check => undef
6 $prop => {}
7 </%args>