I have a checkbox field in a model and all I wanted was to display that field (I have many other fields on the page from the model which seem to work fine).But the slider does not correctly depict what is in the model.
I tried to create a button and render the button based on the value of the said field and it won’t work either. If I use skuid.model.getModel(‘MODELNAME’).getFirstRow(); I can see correct value (as stored in salesforce).
Any insight would be appreciated. Thanks!
SKUID version (Salesforce): 8.15.17
This is a SKUID mobile app

