<?xml version="1.0" encoding="utf-8"?>
<config type="module" version="1.5.0" deprecated="1">
	<name>Radio buttons</name>
	<fields count="2">
		<field1>
			<name>radio</name>
			<type>radio</type>
			<format>varchar(32)</format>
		</field1>
		<field2>
			<label>Options</label>
			<maxlength>64</maxlength>
			<size>40</size>
			<type>textarea</type>
			<format>none</format>
			<cat>parameter</cat>
		</field2>	
	</fields>
	<help>In the options field, specify comma delimited option-value pairs, in the form option1=value1,option2=value2. For example: 1=Mr,2=Mrs.</help>
</config>