Checkbox in a filter

I am a ScriptCase newbie. In my database every table includes a disabled indicator (0 or 1).

When I create my grids I want to only show the enabled (disabled = 0) rows by default. However, I want the user to have the ability to change the filter to see enabled, disabled or both. I want it to be user friendly so I don’t want to do an equals 0 or equals 1 - Ideally a radio button in the search with Enabled, Disabled, Both as options.

What’s the best way to approach this?

Radio batton with disabled and enabled only.
You dont need the third option ‘both’
The latter will be the default behavior if you dont select anything.
Just make sure to include the title feature in the radio settings.