04325fb Nestable checkbox/radio widget

Authored and Committed by pvoborni 11 years ago
    Nestable checkbox/radio widget
    
    New component: option_widget_base. It's not a regular widget but it share some of its characteristics. It should extend regular widget or it can be nested in itself alone.
    
    checkbox_widget, checkboxes_widget, radio_widget were modified to use it.
    
    Built as a prerequisite for:
    https://fedorahosted.org/freeipa/ticket/3404
    
        
file modified
+15 -0
file modified
+11 -4
file modified
+362 -138