CheckBox
CheckBox
Toggleable boolean control. Emits .onCheckChange((event)) with { isChecked }.
Quick Start
Tip: Controlled State
Bind isChecked to a @state field and update it inside .onCheckChange.
Toggleable boolean control. Emits .onCheckChange((event)) with { isChecked }.
Bind isChecked to a @state field and update it inside .onCheckChange.