mljr-ui · showcase

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",
})