Appsmith
Github
Discord
Appsmith Cloud
Community Forum
Search…
v1.3
Introduction
Setup Appsmith
Tutorials
How To Guides
Debugging Errors
FAQs
Telemetry
Security
Core Concepts
Connecting to Data Sources
Displaying Data (Read)
Capturing Data (Write)
Writing Code
Building Dynamic UI
Application Layout
Access Control
Datasource Reference
Amazon / Generic S3
ArangoDB
DynamoDB
Elasticsearch
Firestore
Google Sheets
MongoDB
MS SQL
MySQL
PostgreSQL
Redis
Redshift
Snowflake
Framework Reference
Cheat Sheet
appsmith
Query
Show Modal
Close Modal
Download
Show Alert
Navigate To
Store Value
Copy To Clipboard
Reset Widget
Widget Reference
Audio
Button
Chart
Checkbox
Checkbox Group
Container
Datepicker
Dropdown
Divider
Select
MultiSelect
Filepicker
Form
Icon Button
Iframe
Image
Input
List
Maps
Menu Button
Modal
Radio
Radio Group
Rating
Rich Text Editor
Stat Box
Switch
Tabs
Table
Text
Video
Powered By
GitBook
Checkbox
Checkbox is a simple UI widget you can use when you want users to make a binary choice.
Click to expand
Internal Property
Description
isChecked
This value is a boolean that is set to true if the checkbox is checked.
isDisabled
This value is a boolean that is set to true if the checkbox is disabled.
isVisible
This value is a boolean that is set to true if the checkbox is set as visbile.
Property
Description
Label
Sets the label of the checkbox.
Alignment
Sets the alignment of the widget.
Default Selected
Sets a default option that will be captured as user input unless it is changed by the user.
Required
When turned on, it disables any form submission until input is made.
Visible
Controls widget's visibility on the page. When turned off, the widget will not be visible when the app is published
Disabled
Disables input to the widget. The widget will remain visible to the user but user input will not be allowed.
Action
Description
onCheckChange
Sets the action to be run when the user checks/unchecks a checkbox. See a list of
supported actions
Widget Reference - Previous
Chart
Next - Widget Reference
Checkbox Group
Last modified
3d ago
Copy link