```div-parameter
## Parameter FormButton
|	Parameter			|			Format			|	Default					|	Mandatory	|	Description				| 
|		---				|			---				|	:---:					|	:---:		|		---					|
|	icon	|	<dt>Instance of &lt;Object&gt; = Icon<dt><dt>&lt;String&gt;	|	-	|	no	|	Lorem	|
|	appearance	|	<dt>&lt;String&gt; = <dd>"auto" &#124; "link" &#124; "flat" &#124; "normal" &#124; "important"	|	"auto"	|	yes	|	Describes the button's visual appearance.<dt>`auto`<dd>The button is automatically formatted.<dt>`link`<dd>Standard button without border and a underlined text.<dt>`flat`<dd>Button has no border and inherits its background color from its parent div.<dt>`normal`<dd>Standard button with border and its own background color.<dt>`important`<dd>emphasized button to show the user that the button is important.	|
```

@@include(../../checkbox/checkbox_p.md)