UDtable selection populate with boolean

is it possible to set the value of a selection in a UDtable with a boolean when the table data is loaded?

Product: PowerShell Universal
Version: 1.4.6

ok so I figured the easiest way to do this is via
New-UDTableColumn -Property blah-Title blah -Render {
new-udcheckbox -checked $EventData.installed
}
it’s not ideal as it doesn’t expose the tables native ‘OnRowSelected’ method, which would make life easier

no right now but we can add this to our backlog