I have a radio button that stores a local storage variable when clicked. When the user selects submit, it queries the appery database.
What would be the best way to create a radio button that represents "all the values in a column. Basically, i want a radio button that represents "select all" vs "Specifying a value"...
is there anything special i need to do in the JavaScript for the where parameter?