Skip to Content
🎉 Coral now has an MCP Server, check out the docs
DocumentationMoleculesEnergyOverviewComponentsEnergyOverviewStandingCharge

EnergyOverviewStandingCharge

Sub-component of the EnergyOverview molecule.

Props

NameTypeDefault
labelstring
checkedboolean
onChange(event: SyntheticEvent<HTMLInputElement, Event>, checked: boolean) => void

Callback fired when the standing charge checkbox is changed.

  • event The event source of the callback. Warning: This is a generic event not a change event.
  • checked The new checked state of the checkbox.
Last updated on