Table of Contents
Previous Section
WOApplet { code = "next.wo.client.controls.CheckboxApplet.class";
title=aTitle; action=method; checked="YES"|"NO";...};
A CheckboxApplet is a control that uses an image of a check box to indicate "off" and "on" (or unselected and selected) states. It can invoke an action method upon a change of state. The CheckboxApplet class "wraps" the java.awt.Checkbox class.