Lots of checkboxes to add to my RealmObject

42 Views Asked by At

I use checkboxes a lot in my app and there is a screen where I have 3 different logical categories where the user might choose ( check ) one or more checkboxes.

Right now I have a RealmObject with more than 20 fields with each one having a value of zero if its not checked and a value of one if it is.

Is there a way to make more cohesive my database's table schema?

0

There are 0 best solutions below