Added Checkbox Support
To add a checkbox, use the following method:
setCheckboxView(title: String?,
isSelected: Bool,
action: AlertCheckboxAction?) -> RNAlertController
Also added a static initializer. For Objective-C usage:
[RNAlertController alertControllerWithTitle:(NSString *) message:(NSString *)]