Packages

Layout and style that's easy to refactor, all without thinking about CSS.

Current section

Files

Jump to
legos include legos@input_RadioOption.hrl
Raw

include/legos@input_RadioOption.hrl

-record(radio_option, {
value :: any(),
view :: fun((legos@input:option_state()) -> legos@internal@model:element(any()))
}).