ValidForm Builder

Easy and safe XHTML 1.0 strict forms with validation!

Contents

The VF_GroupField class

Introduction

The VF_GroupField class adds a new field to an existing group object. The group object is used to create a group of checkboxes or radio buttons. Therefore, the VF_GroupField class can only add checkboxes or radio buttons to the VF_Group object.

Class synopsis

VF_GroupField {
	void __construct(string $id, string $name, integer $type, string $value[, bool $checked[, array $meta]])
	string toHtml([array $value[, bool $isSubmitted]])
}

Table of Contents