summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Controls/RadioButton.page
blob: 3cf3ef6a7db28fdafadb721527584050c83cb4da (plain)
1
2
3
4
5
6
7
8
9
10
11
<com:TContent ID="body" >

<h1 id="4101">TRadioButton</h1>
<com:DocLink ClassPath="System.Web.UI.WebControls.TRadioButton" />

<p id="480307" class="block-content">
<tt>TRadioButton</tt> is similar to <tt>TCheckBox</tt> in every aspect, except that <tt>TRadioButton</tt> displays a radio button on a Web page. The radio button can belong to a specific group specified by <tt>GroupName</tt> such that only one radio button within that group can be selected at most.
</p>
<com:RunBar PagePath="Controls.Samples.TRadioButton.Home" />

<div class="last-modified">$Id$</div></com:TContent>