#README
If you're fairly new at working with angular.js and want to do some interaction with FlatUI checkboxes / radio buttons, you might have a bit of a tough time getting things to work.
There's some references about how to get things going for radio buttons, which is about the same thing, but there isn't a good example out there of how to actually use it:
- https://gist.github.com/petehamilton/5993366 this will let you know how to write the directive for a similiar radio button
- designmodo/Flat-UI#57 this is about events (not) firing
This is a working example by someone who's had no experience with angular.js before. Here's a few things that weren't obvious to me at first: