<?xml version="1.0" encoding="utf-8"?>
<form indent="30" collapse="true">
	<element class="FFormLabel" id="about" hspace="5" vspace="2" color="0x008BCE" width="300" size="14" font="verdana" label="This is the content of 'simple.xml'..." />
	<element class="FFormCheckBox" id="checkBox_01" label="A checkbox" selected="true" hspace="5" vspace="2">
		<element class="FFormLabel" id="label_A" hspace="5" vspace="2" color="0x999999" width="300" size="8" font="harmony" embed="true" label="This is some additional text, which is shown when activating the CheckBox. This element is a label, acting as a child of the CheckBox." />
		<element class="FFormInput" id="input_A" hspace="5" vspace="2" color="0x124178" width="300" size="10" background="0xA5C8F1" border="0x124178" label="This text is editable..." />
		<element class="FFormInput" id="input_B" hspace="5" vspace="2" color="0x124178" width="300" size="10" background="0xA5C8F1" border="0x124178" label="This text is editable..." />
	</element>
</form>