Method: Primer::Alpha::ToggleSwitch#enabled?

Defined in:
app/components/primer/alpha/toggle_switch.rb

#enabled?Boolean

Returns:

  • (Boolean)

67
68
69
# File 'app/components/primer/alpha/toggle_switch.rb', line 67

def enabled?
  @enabled
end