---
title: "How can I check checkbox is checked or not?"  
description: "How can I check checkbox is checked or not?"  
author: "Madam Walker"  
published: 2013-06-15  
updated: 2013-06-15  
canonical: https://www.mindstick.com/forum/1144/how-can-i-check-checkbox-is-checked-or-not  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# How can I check checkbox is checked or not?

Hi [Expert](https://www.mindstick.com/articles/13120/an-expert-financial-advice-will-improve-your-finances),\
How can I [check](https://yourviews.mindstick.com/story/2248/never-forget-to-check-these-specifications-before-buying-a-mobile-phone) [checkbox](https://www.mindstick.com/articles/291/how-should-use-checkbox-control-in-vb-dot-net) is checked or not?\
Thanks in advance.

## Replies

### Reply by AVADHESH PATEL

Hi Madam,\
write the below code for check checkbox status: -\
**MessageBox.Show(checkBox1.Checked.ToString());**


---

Original Source: https://www.mindstick.com/forum/1144/how-can-i-check-checkbox-is-checked-or-not

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
