Spaces:
Sleeping
Sleeping
File size: 601 Bytes
746d2f1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
---
title: st.checkbox
slug: /develop/api-reference/widgets/st.checkbox
description: st.checkbox displays a checkbox widget.
---
<Autofunction function="streamlit.checkbox" />
### Featured videos
Check out our video on how to use one of Streamlit's core functions, the checkbox! ☑
<YouTube videoId="Jte0Reue7z8" />
In the video below, we'll take it a step further and learn how to combine a [button](/develop/api-reference/widgets/st.button), [checkbox](/develop/api-reference/widgets/st.checkbox) and [radio button](/develop/api-reference/widgets/st.radio)!
<YouTube videoId="EnXJBsCIl_A" />
|