I would like to use this switch component in my ember views:
Specifically, I want to use the following features:
- set the colors, like: 
data-on="success" data-off="warning" - default animation settings
 - default size
 - configure the text values for ON / OFF (I want to use it for and Away / Online parameter), like: 
data-on-label="Online" data-off-label="Away" 
Is there something similar already integrated into ember-bootstrap? Would it be difficult to integrate that? I have no experience coding for ember-bootstrap, but I would be willing to contribute.