This class is the representation of a check box.
@api private
Set the checkbox to the given value.
checkbox.set? #=> false checkbox.set checkbox.set? #=> true checkbox.set(false) checkbox.set? #=> false
[Validate]