Method: Playbook::PbSelectableCard::SelectableCard#input
- Defined in:
- app/pb_kits/playbook/pb_selectable_card/selectable_card.rb
permalink #input ⇒ Object
[View source]
49 50 51 |
# File 'app/pb_kits/playbook/pb_selectable_card/selectable_card.rb', line 49 def input multi ? "checkbox" : "radio" end |