Method: Primer::Alpha::ToggleSwitch#disabled?
- Defined in:
- app/components/primer/alpha/toggle_switch.rb
permalink #disabled? ⇒ Boolean
71 72 73 |
# File 'app/components/primer/alpha/toggle_switch.rb', line 71 def disabled? !enabled? end |