Checks control validity.
const validityResult = await ix.util.getUp("<GUID>").checkValidity();
// example of `validityResult` - field is required, but was not filled
ValidationInfo {
valStatus: false,
valMessage: 'Please make a selection',
valType: 'required'
}
Set the state of the element to checked.