streamlit-component-gallery / pages /widget.checkbox.py
whitphx's picture
whitphx HF staff
Copy https://github.com/whitphx/stlite/tree/main/packages/sharing-editor/public/samples/011_component_gallery
dd0ef30
raw history blame
No virus
88 Bytes
import streamlit as st
agree = st.checkbox("I agree")
if agree:
st.write("Great!")