I have created a custom member types and added a checkbox but when I fetch the member via Umbraco Content Management APIs then its returning values '0' and '1'. But other inherited fields like Is Approved is returning true/false. How to create such a checkbox returning Boolean?
Checkbox returning values like '0' and '1'
I have created a custom member types and added a checkbox but when I fetch the member via Umbraco Content Management APIs then its returning values '0' and '1'. But other inherited fields like Is Approved is returning true/false. How to create such a checkbox returning Boolean?
how are you checking it's value?
Are you doing it like this
I am using Content Management API as shown in the image.
is working on a reply...