aboutsummaryrefslogtreecommitdiffstats
path: root/share/skin/default/layout/field/mutable/boolean.tt
blob: 6d70f3614ef9b071f250f54656822cabd4409fc8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
=extends field/mutable

=for layout widget

<input name="[% exists_event %]" type="hidden" value="[% exists_value %]" />
[% call_next %]

=for layout field_body

value="1" [% is_checked %]

=for layout is_checked_yes

checked="checked"

=for layout is_checked_no

=cut