Appsmith
Github
Discord
Appsmith Cloud
Community Forum
Search…
v1.3
Introduction
Setup Appsmith
Tutorials
Sample Apps
Templates
How To Guides
Debugging Errors
FAQs
Telemetry
Security
Core Concepts
Connecting to Data Sources
Displaying Data (Read)
Capturing Data (Write)
Writing Code
Designing an Application
Building Dynamic UI
Access Control
Version Control with Git
JSON Web Tokens (JWT)
Datasource Reference
Amazon / Generic S3
ArangoDB
DynamoDB
Elasticsearch
Firestore
Google Sheets
MongoDB
MS SQL
MySQL
PostgreSQL
Redis
Redshift
Snowflake
SMTP
Framework Reference
Appsmith Context Object
Query
Show Modal
Close Modal
Download
Intervals (Time events)
Show Alert
Navigate To
Store Value
Copy To Clipboard
Reset Widget
JavaScript Editor (Beta)
Widget Reference
Audio
Audio Recorder
Button
Button Group
Camera
Chart
Checkbox
Checkbox Group
Container
Currency Input
Datepicker
Divider
Document Viewer
Form
Filepicker
Icon Button
Iframe
Image
Input
JSON Form
List
Maps
Map Chart
Menu Button
Modal
Multi-select
Multi-tree-select
Phone Input
Progress
Radio Group
Rating
Rich Text Editor
Select
Stat Box
Switch
Switch Group
Tabs
Table
Text
Tree-select
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
1mo ago
Copy link
Edit on GitHub