Set default boolean question options in question class
Closes #758 (closed)
I opted to just use the already existing widgets for questions with options and remove the boolean widget which still used ionic.
To ensure we have the right answers and we do not need to update the IDs I added setter and getter to options in the question class providing default options if no options are set.