From 67ed70f00872700565d6868627da427016d2c6e3 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sun, 25 Aug 2013 21:50:30 -0700 Subject: [PATCH] doc --- httemplate/elements/tr-checkbox.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/httemplate/elements/tr-checkbox.html b/httemplate/elements/tr-checkbox.html index c3cf92ddc..5761263cf 100644 --- a/httemplate/elements/tr-checkbox.html +++ b/httemplate/elements/tr-checkbox.html @@ -1,3 +1,14 @@ +<%doc> + +Example: + + <& /elements/tr-checkbox.html, + 'label' => 'Do or do not', + 'field' => 'field_name', + 'value' => 'Y', + &> + + <% include('tr-td-label.html', @_ ) %> > -- 2.11.0