<& /content/widget/input,
	name     => $name,
	default  => $label,
	override => 1,
	onblur   => $onblur,
	onfocus  => $onfocus,
	onselect => $onselect,
	onchange => $onchange,
	args     => { type => 'submit' },
&>
<%args>
$name     => '__activate__'
$label    => 'Submit'
$onblur   => undef
$onfocus  => undef
$onselect => undef
$onchange => undef
</%args>
