Checkbox
Styled checkbox bound to a boolean Datastar signal.
form checkbox
Usage
// declare signal in ancestor: ui.Signals("{agreed:false}")
form.Checkbox(form.CheckboxProps{
Label: "I accept the terms",
Signal: "agreed",
})Styled checkbox bound to a boolean Datastar signal.
// declare signal in ancestor: ui.Signals("{agreed:false}")
form.Checkbox(form.CheckboxProps{
Label: "I accept the terms",
Signal: "agreed",
})