Right option is (c) .button(“reset”)
The explanation: .button(“reset”) changes button text to original text if changed, .button(“toggle”) makes button look pressed, .button(“loading”) disables the button and changes the button text to “loading…” .button(“string”) specifies a new button.