package components type FormSwitch struct { ID string Label string IsChecked bool IsDisabled bool }