radio

Purpose

A radio button is a component that can be turned on and off. Radio buttons are grouped together in a group, called radiogroup. Only one radio button with the same group may be selected at a time.

Examples

<z:window title="Radiobox &amp; Radio Demo" width="200px" border="normal">
    <z:vbox>
        <z:radiogroup>
            <z:radio label="Apple"/>
            <z:radio label="Orange"/>
            <z:radio label="Banana"/>
        </z:radiogroup>
    </z:vbox>
</z:window>

Description

Attributes

ZK Official Reference

Component Reference

Show radio Component Reference

Java API

Show radio Java API