summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Controls/Samples/TCheckBox
diff options
context:
space:
mode:
Diffstat (limited to 'demos/quickstart/protected/pages/Controls/Samples/TCheckBox')
-rw-r--r--demos/quickstart/protected/pages/Controls/Samples/TCheckBox/Home.page2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TCheckBox/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TCheckBox/Home.page
index 5b59e22b..6c4e6654 100644
--- a/demos/quickstart/protected/pages/Controls/Samples/TCheckBox/Home.page
+++ b/demos/quickstart/protected/pages/Controls/Samples/TCheckBox/Home.page
@@ -21,7 +21,7 @@ A checkbox with label and input attributes:
</td><td class="sampleaction">
<com:TCheckBox
Text="click me"
- InputAttributes.onclick="alert('this is checkbox');"
+ InputAttributes.value="value"
LabelAttributes.style="color:red"
/>
</td></tr>