X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Ftr-checkbox.html;h=5761263cf8947f638fd9b49b151015db085f7664;hb=e9e0cf0989259b94d9758eceff448666a2e5a5cc;hp=2e6d1f10763e2a40c4aef8d373ce286af45832c1;hpb=c648976f0b7975f2328ebd7ba8c711fad0ca4195;p=freeside.git diff --git a/httemplate/elements/tr-checkbox.html b/httemplate/elements/tr-checkbox.html index 2e6d1f107..5761263cf 100644 --- a/httemplate/elements/tr-checkbox.html +++ b/httemplate/elements/tr-checkbox.html @@ -1,13 +1,18 @@ +<%doc> + +Example: + + <& /elements/tr-checkbox.html, + 'label' => 'Do or do not', + 'field' => 'field_name', + 'value' => 'Y', + &> + + <% include('tr-td-label.html', @_ ) %> > - - <% $onchange %> - > + <% include('checkbox.html', @_) %>