|
@@ -1,5 +1,5 @@
|
|
|
-module(element_checkbox).
|
|
|
--author('Rusty Klophaus, Vladimir Galunshchikov').
|
|
|
+-author('Rusty Klophaus').
|
|
|
-include_lib("nitro/include/nitro.hrl").
|
|
|
-include_lib("nitro/include/event.hrl").
|
|
|
-compile(export_all).
|
|
@@ -43,4 +43,4 @@ render_element(Record) ->
|
|
|
wf_tags:emit_tag(<<"label">>, nitro:render(Label), [
|
|
|
{<<"class">>, Record#checkbox.class},
|
|
|
{<<"style">>, Record#checkbox.style},
|
|
|
- {<<"for">>, Id} ]).
|
|
|
+ {<<"for">>, Id} ]).
|