I searched around for a bit before asking this, so please bear with me.
Currently I have a program where only one checkbox in a list can be selected, but I want to make it so that it;s impossible to have zero boxes checked.
For example if user unchecks a box, it should re-check itself. (I am trying to get a radio-option type effect with checkboxes in a listview)
See below:
http://youtu.be/V1yEsU6oQ6s
I want to make it so one box is always checked. How should I go about this? Thanks as always for your time. (:
It doesn't actually even have to re-check the same box that was un-checked, as long as it checks a box when one is unchecked.
Currently I have a program where only one checkbox in a list can be selected, but I want to make it so that it;s impossible to have zero boxes checked.
For example if user unchecks a box, it should re-check itself. (I am trying to get a radio-option type effect with checkboxes in a listview)
See below:
http://youtu.be/V1yEsU6oQ6s
I want to make it so one box is always checked. How should I go about this? Thanks as always for your time. (:
It doesn't actually even have to re-check the same box that was un-checked, as long as it checks a box when one is unchecked.