I added a checkbox to my list, just like there is a checkbox in a People and Groups list:
However in my list I want to save the selected value to database. But I have no idea how. I was figuring i could add javascript to onClick
event, but neither I know where do I put that javascript (or can I use C# code?), neither I have an idea how update a database from javascript.
Maybe you could help me, please? What are the other options? And how would I implement one?
Thank you!
In case if someone else wants to add checkbox, then this article did help me (but it is not detailed one)