Skip to content
This repository has been archived by the owner on Apr 30, 2018. It is now read-only.

Formly radio button and checkbox looks empty even on selection #106

Open
vijayadurga259 opened this issue Oct 18, 2016 · 2 comments
Open

Comments

@vijayadurga259
Copy link

Hi

Am using angular formly in my application and checkbox and radio buttons selection is not happening (they are looking empty even on click). I saw an issue regarding this topic (Conflict between formly and awsome-bootsrap-checkbox #323) where i got to know issue is bcoz of awsome-bootsrap-checkbox . But am not using awsome-bootsrap, i dont know why only radio and checkboxes are not working. It would be great if someone helps in getting a solution for this issue.

Thanks in Advance

@gillchristian
Copy link

Hi @vijayadurga259, if you could reproduce your issue here, that'll be really helpful to figure out the problem.

Also you can try asking in StackOverflow.

@CodeLiftSleep
Copy link

CodeLiftSleep commented Jan 12, 2017

Here is an example of a checkbox that works in formly with Awesome Checkboxes:

 name: 'BlueCheck1',
 template: `<section title="{{to.label}}">
                       <!-- .blueCheckbox -->
                               <div class="checkbox checkbox-primary ">
                                      <input type="checkbox" class="styled" id="{{to.label}}"  value="option1" name="check" ng-model="model[options.key]" />
                                            <label for="{{to.label}}">{{to.label}}</label>
                                  </div>
                        <!-- end .blueCheckbox -->
                   </section>`

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants