Hello,
i have in mysql database a column (INT) wich can take 1 or 0 value. I want to retrieve data from the mysql table with that column and i want the datagrid to show a checkbox for that column :

checked if the value is 1
unchecked if the value is 0

Can this be done?
Or it can be done if i change the column data type?

Thank you!