Exemple #1
0
 function checkbox($attr = array())
 {
     $attr['type'] = 'checkbox';
     return tag::input($attr);
 }