UNPKG
tachi
Version:
latest (0.0.10)
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Node.js MVC framework for seriously rapid application development.
EdJ/Tachi
tachi
/
InternalViews
/
Editor
/
boolean.htm
4 lines
•
164 B
HTML
View Raw
1
2
3
4
<label
for
=
"<%= name %>"
> <%= label.withSpaces() %> </label> <input
type
=
"checkbox"
<%= value ?
'checked="checked"'
:
''
%> name=
"<%= name %>"
id
=
"<%= name %>"
>